From 79e1f0e504d593d864cb69a167fa28b6a42bf076 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 14 Nov 2017 21:39:50 +0800
Subject: [PATCH] test
---
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