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 77ad01b6f6..8214d6057c 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 @@ -3485,11 +3485,11 @@ You can define beans for the following jOOQ Types: * `TransactionProvider` * `RecordMapperProvider` * `RecordUnmapperProvider` +* `Settings` * `RecordListenerProvider` * `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.