From 4475105c332a335bb28be6931a9644ab93b23c34 Mon Sep 17 00:00:00 2001 From: py2tc4x5b <2058109913@qq.com> Date: Tue, 11 Apr 2023 16:01:10 +0800 Subject: [PATCH] ADD file via upload --- src/main/webapp/WEB-INF/web.xml | 55 +++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/main/webapp/WEB-INF/web.xml diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..c31d827 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,55 @@ + + + Archetype Created Web Application + + + contextConfigLocation + classpath:applicationContext-mybatis.xml + + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + true + + encoding + UTF-8 + + + + encodingFilter + /* + + + + org.springframework.web.context.ContextLoaderListener + + + + org.springframework.web.util.IntrospectorCleanupListener + + + + + SpringMVC + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + classpath:applicationContext-SpringMVC.xml + + 1 + true + + + SpringMVC + + / + + + /index.jsp + + + \ No newline at end of file