spring mvc解决get请求中文乱码问题(转)

spring mvc解决get请求中文乱码问题,

在tamcat中server.xml文件


URIEncoding="UTF-8"
useBodyEncodingForURI="true"

为了确保get数据采用UTF8编码 

@ModelAttribute

posted on 2014-07-17 14:07  Ganymede505  阅读(233)  评论(0)    收藏  举报