springmvc获取json Failed to load resource: the server responded with a status of 406 (Not Acceptable)

使用springmvc3.1版本时经过@ResponseBody标签返回JSON数据的方法都报406错: Failed to load resource: the server responded with a status of 406 (Not Acceptable)  通过调试发现少了jackson-core-asl和jackson-mapper-asl两jar包,导入了1.9版本的jar后
相关文章
相关标签/搜索