From 98f577e62c7bd9d95663b0c9c69cc0a4c2d8e788 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Thu, 14 Dec 2017 13:42:46 -0800 Subject: [PATCH] Remove duplicate ID values from howto doc --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index e9e43a96fd5..c41c1e33e52 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -2095,7 +2095,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