# spring-boot-starter-flyway-plus **Repository Path**: vindell/spring-boot-starter-flyway-plus ## Basic Information - **Project Name**: spring-boot-starter-flyway-plus - **Description**: spring boot starter for flyway - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-12-13 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-starter-flyway-plus flyway starter for spring boot ### 说明 > 基于 Flyway 的 Spring Boot Starter 实现 1. 兼容druid数据源开启安全过滤器后引起的脚本无法执行错误 2. 增加Flyway模块化支持,实现了各个模块独立的版本迁移(注:模块较多时 flyway_模块名_schema_history 表会比较多) ### Maven ``` xml com.github.vindell spring-boot-starter-flyway-plus ${project.version} ``` ### Simple [https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-flyway](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-flyway "spring-boot-sample-flyway")