Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 388 Bytes

README.adoc

File metadata and controls

10 lines (7 loc) · 388 Bytes

Spring Boot and Two DataSources

This project demonstrates how to use two DataSource s with Spring Boot 2.6.

It utilizes:

  • Spring Data JPA

  • Flyway migrations for the two DataSource s

  • Separate Hibernate properties for each DataSource defined in the application.yml

  • Tests for components