Skip to content

How to start...

Christian Meyer edited this page Dec 27, 2020 · 4 revisions

It's pretty easy if your project is already setup using jOOQ. The only thing you have to do is to change your configuration in your build files. The plugins page shows you how your configuration for any gradle based project (groovy and kotlin DSL) should look like. The configuration for maven is similar and can be found on http://jooq.org/ itself.

The important thing to keep in mind is that you will have to enable immutable pojos. This was a design decision. But, if you have also want to have mutable pojos don't hesitate to come of with a pull request.

Clone this wiki locally