From c1de9722fc1e1b7db0d9dfb300d2e45fc6564be3 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 07 Nov 2017 16:00:42 +0800
Subject: [PATCH] 更新

---
 src/main/webapp/WEB-INF/web.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
index b094cef..9afaaa9 100644
--- a/src/main/webapp/WEB-INF/web.xml
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -17,7 +17,7 @@
     <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
     <init-param>
       <param-name>contextConfigLocation</param-name>
-      <param-value>classpath:application.xml</param-value>
+      <param-value>classpath:spring/application.xml</param-value>
     </init-param>
     <load-on-startup>1</load-on-startup>
   </servlet>
@@ -76,5 +76,13 @@
     <url-pattern>/*</url-pattern>
   </filter-mapping>
 
+	<!--<filter>-->
+		<!--<filter-name>springSecurityFilterChain</filter-name>-->
+		<!--<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>-->
+	<!--</filter>-->
+	<!--<filter-mapping>-->
+		<!--<filter-name>springSecurityFilterChain</filter-name>-->
+		<!--<url-pattern>/*</url-pattern>-->
+	<!--</filter-mapping>-->
 
 </web-app>

--
Gitblit v1.8.0