Testing Spring Boot Application with Multiple Databases and Flyway Migrations – Issues with Containers and Migrations
I’m working on a Spring Boot application that uses two databases: local and global. I use Flyway for migrations for both databases. The global database is managed and modified by an external small app(may not be the best solution but it works). The point is that the big application that I want to test uses both databases.