web.xml中的过滤器中的配置必须加载配置文件

  


characterEncoding
org.springframework.web.filter.CharacterEncodingFilter

encoding
UTF-8



characterEncoding
/*



springmvc
org.springframework.web.servlet.DispatcherServlet

contextConfigLocation
classpath:mvc/*.xml

1



springmvc
/




 
    org.springframework.web.context.ContextLoaderListener
 

 
    contextConfigLocation
    classpath:spring/*.xml
 
 

你可能感兴趣的:(配置web.xml,springmvc,spring)