参考:db-migration: Flyway、Liquibase 扩展支持达梦(DM)数据库、南大通用(GBase 8s)数据库,并支持 Flowable 工作流。

需要注意的是,下面两个依赖的顺序不能颠倒,因为有冲突的类

<dependency>
    <groupId>com.github.mengweijin</groupId>
    <artifactId>db-migration</artifactId>
    <version>${db-migration.version}</version>
</dependency>
<!--flyway 的版本一般不需要指定(会使用 spring boot 默认的版本),如果兼容 spring boot 2.5 和 2.4 版本,则需要明确指定为 7.15.0 版本。-->
<dependency>
    <artifactId>flyway-core</artifactId>
    <groupId>org.flywaydb</groupId>
    <!--<version>7.15.0</version>-->
</dependency>
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐