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 e03ac45db6..77ad01b6f6 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 @@ -3489,6 +3489,7 @@ You can define beans for the following jOOQ Types: * `ExecuteListenerProvider` * `VisitListenerProvider` * `TransactionListenerProvider` +* `Settings` You can also create your own `org.jooq.Configuration` `@Bean` if you want to take complete control of the jOOQ configuration.