Browse Source

Merge branch '1.5.x'

pull/11362/head
Madhura Bhave 8 years ago
parent
commit
bf3aa62a58
  1. 2
      spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

2
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

@ -1953,7 +1953,7 @@ include::{code-examples}/elasticsearch/HibernateSearchElasticsearchExample.java[ @@ -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

Loading…
Cancel
Save