Configure jOOQ with Two DataSources
If you need to use jOOQ with multiple data sources, you should create your own DSLContext for each one.
See JooqAutoConfiguration for more details.
| In particular, JooqExceptionTranslatorandSpringTransactionProvidercan be reused to provide similar features to what the auto-configuration does with a singleDataSource. |