Using Flyway with MongoDB and Spring Boot
I'm trying to use Flyway with MongoDB and Spring Boot. In other projects, I've successfully used Flyway with SQL DBs, and Spring automatically runs the migrations. With MongoDB, however, it seems that the that Spring Boot autoconfiguration isn't initializing the…