BAEL-5323: Spring Boot with multiple data sources (#11741)

* BAEL-5323: Spring Boot with multiple data sources

* BAEL-5323: small fixes

* BAEL-5323: fix test class

* BAEL-5323: Refactor configuration classes

* BAEL-5323: Set proeprty to private

* BAEL-5323: rename test class to follow naming conventions
This commit is contained in:
Ralf Ueberfuhr
2022-02-04 17:58:16 +01:00
committed by GitHub
parent b9174fb3f4
commit 9a8d9227b7
14 changed files with 369 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@
<module>spring-boot-libraries</module>
<module>spring-boot-libraries-2</module>
<module>spring-boot-logging-log4j2</module>
<module>spring-boot-multiple-datasources</module>
<module>spring-boot-mvc</module>
<module>spring-boot-mvc-2</module>
<module>spring-boot-mvc-3</module>