From 663eed3ece5d40f534d3e29132f4dcaf1be693fa Mon Sep 17 00:00:00 2001 From: megagao Date: Fri, 5 May 2017 21:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86web.xml=E7=9A=84xmln?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/web.xml | 142 +++++++++++++------------------- 1 file changed, 58 insertions(+), 84 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 679a1d0..06581fd 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -1,86 +1,60 @@ - - production_ms - - - - contextConfigLocation - classpath:spring/applicationContext-*.xml - - - org.springframework.web.context.ContextLoaderListener - - - - - springmvc - org.springframework.web.servlet.DispatcherServlet - - - contextConfigLocation - - classpath:spring/springmvc-servlet.xml - - - - - springmvc - - / - - - - - - shiroFilter - org.springframework.web.filter.DelegatingFilterProxy - - - targetFilterLifecycle - true - - - - - - shiroFilter - /* - - - - - CharacterEncodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - encoding - utf-8 - - - - CharacterEncodingFilter - /* - - - - - java.lang.Throwable - /500.jsp - - - 500 - /500.jsp - - - 404 - /404.jsp - + + production_ssm + + contextConfigLocation + classpath:spring/applicationContext-*.xml + + + org.springframework.web.context.ContextLoaderListener + + + springmvc + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath:spring/springmvc-servlet.xml + + + + springmvc + / + + + shiroFilter + org.springframework.web.filter.DelegatingFilterProxy + + targetFilterLifecycle + true + + + + shiroFilter + /* + + + CharacterEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + utf-8 + + + + CharacterEncodingFilter + /* + + + java.lang.Throwable + /500.jsp + + + 500 + /500.jsp + + + 404 + /404.jsp + \ No newline at end of file -- GitLab