multiple-data-sources-jpa

we'll explore the configuration and setup for a Spring Boot 3 application with Java 21 that uses multiple data sources. This setup is useful when dealing with databases of different types, such as MySQL, Oracle, and PostgreSQL.

Detailed description and steps for run project found here:

Multiple Data Sources in Spring Boot 3 with Java 21

Run locally command:

docker-compose -f docker-compose-multiple-db.yml up -d
mvn spring-boot:run