Polish "Use ExecutorProvider bean if available when auto-configuring jOOQ"

Closes gh-14471
This commit is contained in:
Andy Wilkinson
2018-09-17 11:14:08 +01:00
parent 620419f9e4
commit a1d1a7392f
3 changed files with 6 additions and 2 deletions

View File

@@ -3966,6 +3966,7 @@ which is used when the jOOQ `Configuration` is created. You can define beans for
following jOOQ Types:
* `ConnectionProvider`
* `ExecutorProvider`
* `TransactionProvider`
* `RecordMapperProvider`
* `RecordUnmapperProvider`