详细错误如下:
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/>