Spring mvc responseBody String 中文 乱码

@RequestMapping(value="/zw",produces="text/plain;charset=UTF-8")
public @ResponseBody String zw() {
    return "中文";
}

你可能感兴趣的:(Spring mvc responseBody String 中文 乱码)