Skip to content

Commit cb1530d

Browse files
lukasedersnicoll
authored andcommitted
Reference the latest version of the jOOQ manual
See gh-13262
1 parent f45ed0e commit cb1530d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,7 @@ commercial and open source editions can be used with Spring Boot.
32103210
==== Code Generation
32113211
In order to use jOOQ type-safe queries, you need to generate Java classes from your
32123212
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].
32143214
If you are using the `jooq-codegen-maven` plugin (and you also use the
32153215
`spring-boot-starter-parent` "`parent POM`") you can safely omit the plugin's `<version>`
32163216
tag. You can also use Spring Boot defined version variables (e.g. `h2.version`) to

0 commit comments

Comments
 (0)