mirror of https://gitee.com/stylefeng/roses
【flyway】更新flyway的自动配置
parent
e68b91d0f0
commit
3c4af27164
|
@ -0,0 +1,2 @@
|
||||||
|
org.springframework.context.ApplicationListener=\
|
||||||
|
cn.stylefeng.roses.kernel.db.flyway.FlywayInitListener
|
|
@ -3,5 +3,3 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||||
cn.stylefeng.roses.kernel.db.starter.GunsDruidPropertiesAutoConfiguration,\
|
cn.stylefeng.roses.kernel.db.starter.GunsDruidPropertiesAutoConfiguration,\
|
||||||
cn.stylefeng.roses.kernel.db.starter.GunsMyBatisPlusAutoConfiguration,\
|
cn.stylefeng.roses.kernel.db.starter.GunsMyBatisPlusAutoConfiguration,\
|
||||||
cn.stylefeng.roses.kernel.db.starter.GunsDbInitListenerAutoConfiguration
|
cn.stylefeng.roses.kernel.db.starter.GunsDbInitListenerAutoConfiguration
|
||||||
org.springframework.context.ApplicationListener=\
|
|
||||||
cn.stylefeng.roses.kernel.db.flyway.FlywayInitListener
|
|
||||||
|
|
Loading…
Reference in New Issue