diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 8d00e4d25..8722baac6 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -25,7 +25,7 @@ spring: # lazy-initialization: true flyway: # 是否启用flyway - enabled: true + enabled: false # 迁移sql脚本存放路径 locations: classpath:flyway/sql/mysql # 是否关闭要清除已有库下的表功能,生产环境必须为true,否则会删库,非常重要!!!