Description:
Flyway failed to initialize: none of the following migration scripts locations could be found:
- classpath:db/migration
Action:
Review the locations above or check your Flyway configuration
Failed to instantiate [org.flywaydb.core.Flyway]
看了下resource的目录应该是
db
-migration
两层目录
而不是db.migration