From cb1530d38eedb7f524bd0ea495d8307241946e56 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Fri, 25 May 2018 14:43:24 +0200 Subject: [PATCH] Reference the latest version of the jOOQ manual See gh-13262 --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 7c4300dbb04..ab3c5d1540e 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3210,7 +3210,7 @@ commercial and open source editions can be used with Spring Boot. ==== Code Generation In order to use jOOQ type-safe queries, you need to generate Java classes from your database schema. You can follow the instructions in the -http://www.jooq.org/doc/3.6/manual-single-page/#jooq-in-7-steps-step3[jOOQ user manual]. +https://www.jooq.org/doc/latest/manual-single-page/#jooq-in-7-steps-step3[jOOQ user manual]. If you are using the `jooq-codegen-maven` plugin (and you also use the `spring-boot-starter-parent` "`parent POM`") you can safely omit the plugin's `` tag. You can also use Spring Boot defined version variables (e.g. `h2.version`) to