springMVC返回json数据乱码问
2020-12-13 04:12
标签:返回 val sts turn ret sonar produce string 简单的 在springMVC controller中返回json数据出现乱码问题,因为没有进行编码,只需要简单的注解就可以了 在@RequestMapping()中加入produces="text/html;charset=UTF-8"属性即可,如下: springMVC返回json数据乱码问 标签:返回 val sts turn ret sonar produce string 简单的 原文地址:https://www.cnblogs.com/yysbolg/p/11101988.html @RequestMapping(value="/respost",method=RequestMethod.GET,produces="text/html;charset=UTF-8")
@ResponseBody
public String postList(@RequestParam("topicId") String topicId){
List