Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
fcd8e0fa
Commit
fcd8e0fa
authored
May 28, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish "Reference the latest version of the jOOQ manual"
Closes gh-13262
parent
cb1530d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
pom.xml
spring-boot-docs/pom.xml
+1
-0
index.adoc
spring-boot-docs/src/main/asciidoc/index.adoc
+1
-0
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+5
-5
No files found.
spring-boot-docs/pom.xml
View file @
fcd8e0fa
...
...
@@ -1009,6 +1009,7 @@
<doctype>
book
</doctype>
<attributes>
<docinfo>
true
</docinfo>
<jooq-version>
${jooq.version}
</jooq-version>
<spring-version>
${spring.version}
</spring-version>
<spring-boot-version>
${project.version}
</spring-boot-version>
<spring-boot-docs-version>
${project.version}
</spring-boot-docs-version>
...
...
spring-boot-docs/src/main/asciidoc/index.adoc
View file @
fcd8e0fa
...
...
@@ -52,6 +52,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
:test-examples: ../../test/java/org/springframework/boot
:gradle-user-guide: https://docs.gradle.org/2.14.1/userguide
:gradle-dsl: https://docs.gradle.org/2.14.1/dsl
:jooq-manual: https://www.jooq.org/doc/{jooq-version}/manual-single-page
// ======================================================================================
include::documentation-overview.adoc[]
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
fcd8e0fa
...
...
@@ -3210,11 +3210,11 @@ 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
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 `<version>`
tag. You can also use Spring Boot defined version variables (e.g. `h2.version`) to
de
clare the plugin's database de
pendency. Here's an example:
{jooq-manual}/#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 `<version>` tag. You can also use Spring
Boot defined version variables (e.g. `h2.version`) to declare the plugin's database
dependency. Here's an example:
[source,xml,indent=0]
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment