本文共 2267 字,大约阅读时间需要 7 分钟。
环境:
Spring 3.2.8
JDK1.6
Tomcat6.x
1、亲测可用
Lrtech_framework springMVC org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath*:conf/springdemo-servlet.xml 1 springMVC / encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true encodingFilter /*
2、亲测不可用,网上有人说可用。
springmvc app contextConfigLocation classpath*:conf/springdemo-servlet.xml org.springframework.web.context.ContextLoaderListener springMVC org.springframework.web.servlet.DispatcherServlet publishContext false publishEvents false 1 springMVC / encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true encodingFilter /*
启动后报错:
本文转自 leizhimin 51CTO博客,原文链接:http://blog.51cto.com/lavasoft/1390602,如需转载请自行联系原作者