Document Settings as jooq supported auto-configuration type

See gh-18870
This commit is contained in:
Jens Teglhus Møller
2019-11-04 23:35:58 +01:00
committed by Stephane Nicoll
parent de0e8b87d1
commit c34516cd9e

View File

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