From 912499396c7d4623736b4282e72acd1dd2a2d89c Mon Sep 17 00:00:00 2001 From: shuzheng <469741414@qq.com> Date: Tue, 21 Feb 2017 00:00:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BC=9A=E8=AF=9D=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/applicationContext-shiro.xml | 151 +++++++++++++----- 1 file changed, 108 insertions(+), 43 deletions(-) diff --git a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-shiro.xml b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-shiro.xml index 89f10c0a..798187c7 100644 --- a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-shiro.xml +++ b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-shiro.xml @@ -1,78 +1,143 @@ + http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> zheng-upms - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + / = anon /swagger-ui.html = anon /webjars/** = anon /resources/** = anon /sso/** = anon /403 = anon - /druid/**=authc + /sso/logout = logout + + /druid/**=user + /manage/**=authc - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + \ No newline at end of file