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

See gh-18870
This commit is contained in:
Stephane Nicoll 2019-11-05 09:18:32 +01:00
parent c34516cd9e
commit 5863a75c3c
1 changed files with 1 additions and 1 deletions

View File

@ -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.