Fix jOOQ's trademark

See gh-16879
This commit is contained in:
Lukas Eder 2019-05-16 12:55:02 +02:00 committed by Andy Wilkinson
parent 41a796010f
commit 6d967d9bf1

View File

@ -3190,7 +3190,7 @@ the security configuration:
[[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.