web.xml配置文件

2021-05-23 20:28

阅读:504

标签:ica   sch   listen   init   文件   乱码   3.0   encoding   XML   


xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
managerSystem

index.jsp


mvc
org.springframework.web.servlet.DispatcherServlet


contextConfigLocation
classpath:springmvc-servlet.xml


1


mvc
/




org.springframework.web.context.ContextLoaderListener


contextConfigLocation
classpath:applicationContext.xml



characterEncodingFilter
org.springframework.web.filter.CharacterEncodingFilter

encoding
utf-8


forceEncoding
true



characterEncodingFilter
/*


web.xml配置文件

标签:ica   sch   listen   init   文件   乱码   3.0   encoding   XML   

原文地址:http://www.cnblogs.com/liangguangqiong/p/7683792.html


评论


亲,登录后才可以留言!