From bb57f123b291dd429c06b67a1babcd40d99e14a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=93=AD=E9=A3=9E?= Date: Wed, 16 Aug 2023 03:48:53 +0000 Subject: [PATCH] update src/main/resources/application.yml. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 铭飞 --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8a86cbfe..e47ce321 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -41,7 +41,7 @@ ms: check-code: true #默认开启验证码验证,false验证码不验证 upload: - enable-web: false #启用web层的上传 + enable-web: true #启用web层的上传 template: template #模板文件夹支持重命名,不支持路径 path: upload #文件上传路径,可以根据实际写绝对路径 mapping: /upload/** #修改需要谨慎,系统第一次部署可以随意修改,如果已经有了上传数据,再次修改会导致之前上传的文件404