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
ec65cb17
Commit
ec65cb17
authored
May 28, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x'
parents
de01e7aa
15ba50ab
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-project/spring-boot-docs/pom.xml
+1
-0
index.adoc
...oot-project/spring-boot-docs/src/main/asciidoc/index.adoc
+1
-0
spring-boot-features.adoc
...ing-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+5
-5
No files found.
spring-boot-project/spring-boot-docs/pom.xml
View file @
ec65cb17
...
...
@@ -1179,6 +1179,7 @@
<doctype>
book
</doctype>
<attributes>
<docinfo>
true
</docinfo>
<jooq-version>
${jooq.version}
</jooq-version>
<spring-version>
${spring.version}
</spring-version>
<spring-boot-version>
${revision}
</spring-boot-version>
<spring-boot-docs-version>
${revision}
</spring-boot-docs-version>
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/index.adoc
View file @
ec65cb17
...
...
@@ -67,6 +67,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
:gradle-user-guide: https://docs.gradle.org/4.2.1/userguide
:hibernate-documentation: https://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html
:jetty-documentation: https://www.eclipse.org/jetty/documentation/9.4.x
:jooq-manual: https://www.jooq.org/doc/{jooq-version}/manual-single-page
:micrometer-concepts-documentation: https://micrometer.io/docs/concepts
:micrometer-registry-documentation: http://micrometer.io/docs/registry
:tomcat-documentation: https://tomcat.apache.org/tomcat-8.5-doc
...
...
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
ec65cb17
...
...
@@ -3678,11 +3678,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
http://www.jooq.org/doc/3.6/manual-single-page/#jooq-in-7-steps-step3[jOOQ user manual].
If you use 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 (such as `h2.version`) to
de
clare the plugin's database de
pendency. The following listing shows an example:
{jooq-manual}/#jooq-in-7-steps-step3[jOOQ user manual]. If you use 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 (such as `h2.version`) to declare the plugin's database
dependency. The following listing shows 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