@ResponseBody返回JSON数据时遇到406错误 characteristics not acceptable accord。。。。

 网上的方法我用过来完了还是没有解决,搞了我一天的时间到最后终于可以了。是spring版本问题,以前用的是3.0.0和3.1.1

版本改为3.2.4立马就好了。<org.springframework.version>3.2.4.RELEASE</org.springframework.version>


过程如下:

首先我的配置:


@ResponseBody返回JSON数据时遇到406错误 characteristics not acceptable accord。。。。


jar包:

@ResponseBody返回JSON数据时遇到406错误 characteristics not acceptable accord。。。。


Controller:

@ResponseBody返回JSON数据时遇到406错误 characteristics not acceptable accord。。。。

都是没问题的。。。。。。。。。。。。。。。。。。让我瞎改了半天。只需要改一个版本而已。。。