Merge branch '1.5.x' into 2.0.x

This commit is contained in:
Andy Wilkinson 2019-06-14 15:47:22 +01:00
commit 4bae91d933

View File

@ -3747,7 +3747,7 @@ path by using the `spring.h2.console.path` property.
[[boot-features-jooq]] [[boot-features-jooq]]
=== Using jOOQ === Using jOOQ
Java Object Oriented Querying (https://www.jooq.org/[jOOQ]) is a popular product from jOOQ Object Oriented Querying (https://www.jooq.org/[jOOQ]) is a popular product from
https://www.datageekery.com/[Data Geekery] which generates Java code from your https://www.datageekery.com/[Data Geekery] which generates Java code from your
database and lets you build type-safe SQL queries through its fluent API. Both the database and lets you build type-safe SQL queries through its fluent API. Both the
commercial and open source editions can be used with Spring Boot. commercial and open source editions can be used with Spring Boot.