spring返回@ResponseBody报406

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring返回@ResponseBody报406相关的知识,希望对你有一定的参考价值。

 HTTP Status 406 -

type Status report

message

description The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.

Apache Tomcat/6.0.41 


解决方法:

<mvc:annotation-driven /> 

以上是关于spring返回@ResponseBody报406的主要内容,如果未能解决你的问题,请参考以下文章

Spring 4.1.1 RELEASE 和 @ResponseBody 返回 HTTP 406

406(不可接受)。尝试使用 @Responsebody 将对象或整数从 spring 处理函数返回到 ajax 请求

Spring MVC - 将对象返回为@ResponseBody 时出现问题(著名的错误 406,未解决)

springmvc怎么返回json数据报406

jquery uploadify在IE上传报406HttpError

SSM框架整合时ajax请求返回406