flyway-plus-spring-boot-starter

Spring Boot Starter For Flyway

说明

基于 Flyway 的 Spring Boot Starter 实现

  1. 兼容druid数据源开启安全过滤器后引起的脚本无法执行错误
  2. 增加Flyway模块化支持,实现了各个模块独立的版本迁移(注:模块较多时 flyway_模块名schemahistory 表会比较多)

Maven

<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>flyway-plus-spring-boot-starter</artifactId>
    <version>${project.version}</version>
</dependency>

Simple

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-flyway

作者:Jeebiz  创建时间:2023-03-20 23:56
最后编辑:Jeebiz  更新时间:2024-10-04 23:38