Merge branch '1.5.x'

This commit is contained in:
Madhura Bhave 2017-12-14 13:45:20 -08:00
commit bf3aa62a58
1 changed files with 1 additions and 1 deletions

View File

@ -1953,7 +1953,7 @@ include::{code-examples}/elasticsearch/HibernateSearchElasticsearchExample.java[
[[howto-configure-a-component-that-is-used-by-JPA]]
[[howto-configure-jOOQ-with-multiple-datasources]]
=== Configure jOOQ with Two DataSources
If you need to use jOOQ with multiple data sources, you should create your own
`DSLContext` for each, refer to