From 7b756dea1d76969398c1b96ee9eef2122d30ef2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=B2=90?= Date: Fri, 24 Mar 2023 22:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=EF=BC=8C=E4=B8=8D=E8=83=BD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maku-server/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maku-server/src/main/resources/application.yml b/maku-server/src/main/resources/application.yml index 2b986bb..df170a7 100644 --- a/maku-server/src/main/resources/application.yml +++ b/maku-server/src/main/resources/application.yml @@ -43,6 +43,8 @@ storage: maku: xss: enabled: true + exclude-urls: + - /maku-generator/** mybatis-plus: mapper-locations: classpath*:/mapper/**/*.xml