您的位置:首页 > 产品设计 > UI/UE

The resource identified by this request is only capable of generating responses with characteristics

2016-11-28 18:53 483 查看
Spring中使用@ResponseBody时报

The
resource identified by this request is only capable of generating responses with characteristics
错误

如果添加了Jackson包,并且返回的对象有get和set方法,这时就可能是spring与Jackson包的版本问题。

spring4.0以上的要使用2.0以上的Jackson包。否则就会出现以上错误
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐