From 38f07feb0848d7ca830f172592c5717687de61a9 Mon Sep 17 00:00:00 2001 From: Bingyue Date: Thu, 17 Sep 2015 18:46:48 +0800 Subject: [PATCH] WEB.xml --- WebContent/WEB-INF/web.xml | 48 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 WebContent/WEB-INF/web.xml diff --git a/WebContent/WEB-INF/web.xml b/WebContent/WEB-INF/web.xml new file mode 100644 index 0000000..34803b0 --- /dev/null +++ b/WebContent/WEB-INF/web.xml @@ -0,0 +1,48 @@ + + + easy-springmvc-maven + + + + org.springframework.web.context.ContextLoaderListener + + + + + dispatcher + org.springframework.web.servlet.DispatcherServlet + 1 + + + + dispatcher + / + + + + + encodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + forceEncoding + true + + + + encodingFilter + /* + + + + \ No newline at end of file