【flyway】更新flyway的自动配置

pull/3/head
fengshuonan 2021-01-18 23:35:40 +08:00
parent e68b91d0f0
commit 3c4af27164
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,2 @@
org.springframework.context.ApplicationListener=\
cn.stylefeng.roses.kernel.db.flyway.FlywayInitListener

View File

@ -3,5 +3,3 @@ org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
cn.stylefeng.roses.kernel.db.starter.GunsDruidPropertiesAutoConfiguration,\
cn.stylefeng.roses.kernel.db.starter.GunsMyBatisPlusAutoConfiguration,\
cn.stylefeng.roses.kernel.db.starter.GunsDbInitListenerAutoConfiguration
org.springframework.context.ApplicationListener=\
cn.stylefeng.roses.kernel.db.flyway.FlywayInitListener