Avoid some redundancy between maven/gradle scripts by using jOOQ's own supported system properties, such as jooq.codegen.jdbc.url
lukaseder opened this issue · 1 comments
lukaseder commented
jOOQ supports a few system properties in its code generator:
If we use these (e.g. jooq.codegen.jdbc.url
) instead of ad-hoc ones (e.g. db.url
), then we can save some code and remove some redundancy between maven/gradle scripts