springmvc 报406错误

来源:互联网 发布:货单票据打印软件 编辑:程序博客网 时间:2024/05/29 15:14

详细错误如下:

 The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers.


我代码返回的是JSON字串,其它各种service,controller均是用的注解方式


解决方法是:在springmvc.xml中加上 


<mvc:annotation-driven/>


0 0
原创粉丝点击