Springboot 2.2.0.RELEASE, Flyway版本6.0.6
我正在尝试迁移到Spring Boot 2.2。但是当我启动该应用程序时出现飞行错误。(mvn clean install可以正常运行)我的解释是它无法正确读取位置,因此认为文件已被复制。实际上,它们在不同的文件夹中。
spring.flyway.locations=classpath:db/migration/common,classpath:db/migration/{vendor}
错误:
在16.0版中发现了多个迁移
罪犯: ../target/classes/db/migration/h2/V16.0__spring_batch_schema.sql(SQL) ../target/classes/db/migration/oracle/V16.0__spring_batch_schema.sql (SQL)