Commit 5863a75c authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Document Settings as jooq supported auto-configuration type"

See gh-18870
parent c34516cd
...@@ -3485,11 +3485,11 @@ You can define beans for the following jOOQ Types: ...@@ -3485,11 +3485,11 @@ You can define beans for the following jOOQ Types:
* `TransactionProvider` * `TransactionProvider`
* `RecordMapperProvider` * `RecordMapperProvider`
* `RecordUnmapperProvider` * `RecordUnmapperProvider`
* `Settings`
* `RecordListenerProvider` * `RecordListenerProvider`
* `ExecuteListenerProvider` * `ExecuteListenerProvider`
* `VisitListenerProvider` * `VisitListenerProvider`
* `TransactionListenerProvider` * `TransactionListenerProvider`
* `Settings`
You can also create your own `org.jooq.Configuration` `@Bean` if you want to take complete control of the jOOQ configuration. You can also create your own `org.jooq.Configuration` `@Bean` if you want to take complete control of the jOOQ configuration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment