Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4276,7 +4276,7 @@ path by using the `spring.h2.console.path` property.

[[boot-features-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
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.
Expand Down