I have a Spring Boot application in which a Bean loads configuration-data from the database.
Right now I set up this Bean in the Configuration class. But it seems it loads before Flyway
.
How to make sure Flyway
has finished it's job before my beans get loaded?