ookura-mf / simple_journal_entry

MIT License
3 stars 17 forks source link

Setup JOOQ #14

Open ookura-mf opened 2 years ago

JayAhn2 commented 2 years ago

To use CustomGeneratorStrategy you need to locate this file in the seperate gradle module.

https://github.com/etiennestuder/gradle-jooq-plugin/tree/master/example/configure_custom_generator_strategy/custom-generator-strategy

Or you can just rely on org.jooq.codegen.example.JPrefixGeneratorStrategy before you add your own custom one :) (as it is not officially supported feature, but an example can be removed in the future release of jooq)