File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1009
1009
<doctype >book</doctype >
1010
1010
<attributes >
1011
1011
<docinfo >true</docinfo >
1012
+ <jooq-version >${jooq.version} </jooq-version >
1012
1013
<spring-version >${spring.version} </spring-version >
1013
1014
<spring-boot-version >${project.version} </spring-boot-version >
1014
1015
<spring-boot-docs-version >${project.version} </spring-boot-docs-version >
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
52
52
:test-examples: ../../test/java/org/springframework/boot
53
53
:gradle-user-guide: https://docs.gradle.org/2.14.1/userguide
54
54
:gradle-dsl: https://docs.gradle.org/2.14.1/dsl
55
+ :jooq-manual: https://www.jooq.org/doc/{jooq-version}/manual-single-page
55
56
// ======================================================================================
56
57
57
58
include::documentation-overview.adoc[]
Original file line number Diff line number Diff line change @@ -3210,11 +3210,11 @@ commercial and open source editions can be used with Spring Boot.
3210
3210
==== Code Generation
3211
3211
In order to use jOOQ type-safe queries, you need to generate Java classes from your
3212
3212
database schema. You can follow the instructions in the
3213
- https://www. jooq.org/doc/latest/manual-single-page /#jooq-in-7-steps-step3[jOOQ user manual].
3214
- If you are using the `jooq-codegen-maven` plugin (and you also use the
3215
- `spring-boot-starter-parent` "`parent POM`") you can safely omit the plugin's `<version>`
3216
- tag. You can also use Spring Boot defined version variables (e.g. `h2.version`) to
3217
- declare the plugin's database dependency. Here's an example:
3213
+ { jooq-manual} /#jooq-in-7-steps-step3[jOOQ user manual]. If you are using the
3214
+ `jooq-codegen-maven` plugin (and you also use the `spring-boot-starter-parent`
3215
+ "`parent POM`") you can safely omit the plugin's `<version>` tag. You can also use Spring
3216
+ Boot defined version variables (e.g. `h2.version`) to declare the plugin's database
3217
+ dependency. Here's an example:
3218
3218
3219
3219
[source,xml,indent=0]
3220
3220
----
You can’t perform that action at this time.
0 commit comments