diff --git a/HMS/src/main/webapp/WEB-INF/web.xml b/HMS/src/main/webapp/WEB-INF/web.xml index 68c0980c998fee73d0798a3b1db1596b8c36ae3b..43f424542ec360b2bd714dcbde2f3dd18dc5606e 100644 --- a/HMS/src/main/webapp/WEB-INF/web.xml +++ b/HMS/src/main/webapp/WEB-INF/web.xml @@ -3,62 +3,58 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0"> - - - login.jsp - - - - - - contextConfigLocation - classpath:applicationContext.xml - - - - org.springframework.web.context.ContextLoaderListener - - - dispatcherServlet - org.springframework.web.servlet.DispatcherServlet - - - contextConfigLocation - classpath:spring-mvc.xml - - - 1 - - - dispatcherServlet - - / - - - - encodingFilter - org.springframework.web.filter.CharacterEncodingFilter - - - encoding - utf-8 - - - - encodingFilter - - /* - - - - shiroFilter - org.springframework.web.filter.DelegatingFilterProxy - - - shiroFilter - /* - + + + + + contextConfigLocation + classpath:applicationContext.xml + + + + org.springframework.web.context.ContextLoaderListener + + + dispatcherServlet + org.springframework.web.servlet.DispatcherServlet + + + contextConfigLocation + classpath:spring-mvc.xml + + + 1 + + + dispatcherServlet + + / + + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + + encoding + utf-8 + + + + encodingFilter + + /* + + + + shiroFilter + org.springframework.web.filter.DelegatingFilterProxy + + + shiroFilter + /* +