Spring Boot Starter For Flyway
基于 Flyway 的 Spring Boot Starter 实现
- 兼容druid数据源开启安全过滤器后引起的脚本无法执行错误
- 增加Flyway模块化支持,实现了各个模块独立的版本迁移(注:模块较多时 flyway_模块名_schema_history 表会比较多)
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>flyway-plus-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>
https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-flyway