From c4d4dadd244d4a82ea096273d86058fdb8cb4b7e Mon Sep 17 00:00:00 2001 From: guwd Date: Tue, 27 Oct 2020 09:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 31237049..aeb8f1b0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -22,7 +22,7 @@ ms: chcek-code: true #默认开启验证码验证,false验证码不验证 upload: - template: template + template: templets path: upload #文件上传路径,可以根据实际写绝对路径 mapping: /upload/** #修改需要谨慎,系统第一次部署可以随意修改,如果已经有了上传数据,再次修改会导致之前上传的文件404 denied: .exe,.jsp