From f17e8d57bc1eb5317eec24bf000272ea7e7bfa9f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 16 May 2019 12:55:02 +0200 Subject: [PATCH] Update spring-boot-features.adoc Fix jOOQ's trademark --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 15550b8e3c59..da6b4c30d0b5 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -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.