From 2eb0009db6e74ea5425d88272d1cb4229a845923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=B4?= Date: Tue, 17 Aug 2021 10:10:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=AC=A2=E8=BF=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMS/src/main/webapp/WEB-INF/web.xml | 112 ++++++++++++++-------------- 1 file changed, 54 insertions(+), 58 deletions(-) diff --git a/HMS/src/main/webapp/WEB-INF/web.xml b/HMS/src/main/webapp/WEB-INF/web.xml index 68c0980..43f4245 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 + /* + -- GitLab