spring RestController @ResponseBody 通过return 直接返回xml数据时, 中文字符乱码问题

微信公众号开发 ,使用 spring RestController @ResponseBody  通过return 直接返回xml数据时, 中文字符乱码问题, 经核查服务器返回HTTP请求的时候 Content-Type: text/plain;charset=ISO-8859-1 , 经过在controller中配置@RequestMapping(value = "/receiveWeiXinMessage", method = RequestMethod.POST,produces = "application/json;charset=utf-8")  得到解决

参考http://blog.csdn.net/zknxx/article/details/52423608

posted on 2017-12-28 09:10  丛林摄影狮  阅读(346)  评论(0编辑  收藏  举报

导航