From 19e690bf8dc976c211584cf8bb60ccbf5717f118 Mon Sep 17 00:00:00 2001 From: shuzheng <469741414@qq.com> Date: Sun, 12 Feb 2017 14:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/applicationContext-security.xml | 46 +++++++++---------- .../resources/applicationContext-shiro.xml | 5 +- .../applicationContext-threadpool.xml | 42 ++++++++--------- .../applicationContext-zhengAdmin.xml | 8 ++-- .../src/main/resources/springMVC-servlet.xml | 26 +++++------ 5 files changed, 64 insertions(+), 63 deletions(-) diff --git a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-security.xml b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-security.xml index 584fc9d0..bdddbfaf 100644 --- a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-security.xml +++ b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-security.xml @@ -1,32 +1,32 @@ - - + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + \ No newline at end of file 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 75314e2a..11481d44 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 @@ -27,7 +27,7 @@ /webjars/** = anon /resources/** = anon /sso/** = anon - /403 = anon + /403 = anon /druid/**=authc /manage/**=authc @@ -44,7 +44,8 @@ - + diff --git a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-threadpool.xml b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-threadpool.xml index daed0d1d..206f1f66 100644 --- a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-threadpool.xml +++ b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-threadpool.xml @@ -1,26 +1,26 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-zhengAdmin.xml b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-zhengAdmin.xml index 88449d22..9164ba3f 100644 --- a/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-zhengAdmin.xml +++ b/zheng-upms/zheng-upms-server/src/main/resources/applicationContext-zhengAdmin.xml @@ -1,9 +1,9 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> - - + + \ No newline at end of file diff --git a/zheng-upms/zheng-upms-server/src/main/resources/springMVC-servlet.xml b/zheng-upms/zheng-upms-server/src/main/resources/springMVC-servlet.xml index 50154379..fac7b4ca 100644 --- a/zheng-upms/zheng-upms-server/src/main/resources/springMVC-servlet.xml +++ b/zheng-upms/zheng-upms-server/src/main/resources/springMVC-servlet.xml @@ -1,23 +1,23 @@ - - + + - - - - - - - - + + + + + + + + \ No newline at end of file