From eef0a07f52cd3e0b67e10a3bc5c8971f0776a102 Mon Sep 17 00:00:00 2001 From: msgroup Date: Fri, 9 Sep 2022 17:31:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: mingsoft --- src/main/resources/application.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7266010e..598e48d7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -23,12 +23,13 @@ ms: xss: xssEnable: true #xss过滤器的开关 filterUrl: /** #过滤的url,多个用逗号分开 - excludeUrl: /ms/**,/static/**,/template/**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do,/activity/saveUser.do #排除的url,多个用逗号分开 + excludeUrl: /ms/**,/static/**,/template/**,/file/upload.do,/static/plugins/ueditor/1.4.3.3/jsp/editor.do #排除的url,多个用逗号分开 # mstore-url: http://store.i.mingsoft.net # mstore-host: store.i.mingsoft.net # shiro-key: #16位长度,不填写默认随机生成 cookie-name: SHIRO_SESSION_ID - html-dir: html + diy: + html-dir: html rand-code: length: 4 #验证码长度 circle: 10 #干扰线条数,值越大越不容易辨别