File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3210,7 +3210,7 @@ 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
- http ://www.jooq.org/doc/3.6 /manual-single-page/#jooq-in-7-steps-step3[jOOQ user manual].
3213
+ https ://www.jooq.org/doc/latest /manual-single-page/#jooq-in-7-steps-step3[jOOQ user manual].
3214
3214
If you are using the `jooq-codegen-maven` plugin (and you also use the
3215
3215
`spring-boot-starter-parent` "`parent POM`") you can safely omit the plugin's `<version>`
3216
3216
tag. You can also use Spring Boot defined version variables (e.g. `h2.version`) to
You can’t perform that action at this time.
0 commit comments