Springboot 2.2 迁移出现 flyway 错误:发现多个版本的迁移

Spr*_*ing 5 java flyway spring-boot

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}
Run Code Online (Sandbox Code Playgroud)

错误:

在 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)