HY,
我使用Spring Boot 1.5.7RELEASE和Flyway 4.2.0。 我在配置文件系统位置的 flyway.locations 属性时遇到问题。
如果我使用 file:前缀,我遇到了Flyway错误:
Caused by: org.flywaydb.core.api.FlywayException: Unknown prefix for location (should be either filesystem: or classpath:):
如果我使用 filesystem:前缀,我有
Caused by: java.lang.IllegalStateException: Cannot find migrations location in:
我做错了什么? (如果我使用 classpath:一切正常)