From 4f1421c00c5346f828860a94229acde9e2de3f67 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Wed, 29 Apr 2020 19:27:53 +0800 Subject: [PATCH] =?UTF-8?q?Swagger=E6=A8=A1=E5=9D=97=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=BE=AE=E6=9C=8D=E5=8A=A1=E6=96=87=E6=A1=A3=E7=AE=A1=E7=90=86?= =?UTF-8?q?=EF=BC=8C=E5=BE=AE=E6=9C=8D=E5=8A=A1=E8=AE=BF=E9=97=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=EF=BC=9A${adminPath}/${spring.application.name}/swagg?= =?UTF-8?q?er/swagger-ui.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 45f319e9..fd9c4c07 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -404,9 +404,6 @@ shiro: /validCode = anon /static/** = anon /druid/** = perms[sys:state:druid] - /v2/api-docs = perms[sys:swagger] - /swagger-ui.html = perms[sys:swagger] - /swagger-resources/** = perms[sys:swagger] /bpm/modeler/** = perms[bpm:modeler] ${adminPath}/login-cas = cas ${adminPath}/login = authc