码迷,mamicode.com
首页 > 编程语言 > 详细

spring mvc 406 (Not Acceptable) json转换错误

时间:2015-12-03 09:43:54      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:

  spring mvc通过@RequestMapping("/register")和@ResponseBody返回json格式的字符串时出现如下异常:
The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.

  控制台没有任何异常信息输出,找了很久发现需要如下包:

jackson-core-asl-1.9.9-redhat-1.jar
jackson-jaxrs-1.9.9-redhat-1.jar
jackson-mapper-asl-1.9.9-redhat-1.jar
spring-web-servlet-3.1.2.RELEASE.jar 

  如果是eclipse,加入jar包以后记得刷新项目后重启。否则加入的包不一定生效。

spring mvc 406 (Not Acceptable) json转换错误

标签:

原文地址:http://www.cnblogs.com/rwxwsblog/p/5014201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!