From e166d916da6c6acb99eb1ee91a2efc75f6343756 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 7 Apr 2025 15:42:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E8=A6=81=E5=8F=82=E6=95=B0=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-system-start/src/main/resources/application-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml index ef1b818df..ebd7aaa65 100644 --- a/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml +++ b/jeecg-boot/jeecg-module-system/jeecg-system-start/src/main/resources/application-test.yml @@ -25,6 +25,8 @@ spring: enabled: true # 迁移sql脚本存放路径 locations: classpath:flyway/sql/mysql + # 是否关闭要清除已有库下的表功能,生产环境必须为true,否则会删库,非常重要!!! + clean-disabled: true servlet: multipart: max-file-size: 10MB