springmvc 使用 @ResponseBody向页面传递字符串报错

源代码这是我的源代码

test1访问这是test1访问
test2访问出错test2访问报错

这是依赖这是依赖

你这显然是produces的报错,produces="text/json;charset=UTF-8"