ehsaniara / spring-boot-multi-data-source

:rocket: Spring Boot 2.2.2 with Multiple DataSource for Postgres Data Replication
33 stars 26 forks source link

How does flyway work with multiple databases setup. #2

Open anudeepkowluru opened 4 years ago

anudeepkowluru commented 4 years ago

An example would be great.

hkemon commented 9 months ago

You write on master DB (write) via flyway, slave DB (read) will be automatically synced.