Hi Lukas, My project is built for two part, one is web server and another is application (console mode) So I have 2 different package name, ex. com.company.projectWebServer.jooq com.company.projectApp.jooq
As your mention, I can make them have the same package name. ex: com.company.project.jooq But I would rather to make 2 configuration. Because JOOQ code generator will help me to replace with new one. ( remove and add new ) It's very convenient to me :) Thanks. -Pay
