diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml index 9b24af7f5a..1287d98d44 100644 --- a/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml +++ b/jOOQ-manual/src/main/resources/org/jooq/web/manual-3.11.xml @@ -18273,6 +18273,30 @@ org.jooq.util.GenerationTool.generate( ]]> + +
+ System properties governing code generation + +

+ Regardless if you're using a standalone code generation configuration, or if you're generating code with , , or , you can always provide default values for certain configuration elements through the following system properties: +

+ + + +

+ In case of conflict between the above default value and a more concrete, local configuration, the latter prevails and the default is overridden. +

+
+