# flyway-plus-spring-boot-starter **Repository Path**: micro-project/flyway-plus-spring-boot-starter ## Basic Information - **Project Name**: flyway-plus-spring-boot-starter - **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**: 2 - **Created**: 2021-10-11 - **Last Updated**: 2021-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flyway-plus-spring-boot-starter Spring Boot Starter For Flyway ### 说明 > 基于 Flyway 的 Spring Boot Starter 实现 1. 兼容druid数据源开启安全过滤器后引起的脚本无法执行错误 2. 增加Flyway模块化支持,实现了各个模块独立的版本迁移(注:模块较多时 flyway_模块名_schema_history 表会比较多) ### Maven ``` xml com.github.hiwepy flyway-plus-spring-boot-starter ${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")