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,未解决)