Browse Source

Merge pull request #16879 from lukaseder

* gh-16879:
  Fix jOOQ's trademark

Closes gh-16879
1.5.x
Andy Wilkinson 7 years ago
parent
commit
9813889030
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

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

Loading…
Cancel
Save