Configure Multiple Data Sources with Spring Boot and Jooq
· 4 min read
Configuring multiple data sources in Spring Boot and using JOOQ to generate code for each data source.
info
This article uses Gradle
as the project build tool.
The easiest way to write SQL in Java
View All TagsConfiguring multiple data sources in Spring Boot and using JOOQ to generate code for each data source.
This article uses Gradle
as the project build tool.