ajax+spring mvc报406错误

444 阅读1分钟

    在newwork中发现报the resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request “accept” headers错误,在网上查都说是依赖和配置不对,但我的配置都对还是报这个错。

        我仔细看了一下请求信息,发现浏览器要的application/json返回\

\

而我在spring中的produces返回时text/html,明显不符合

\

    解决方法:

\

将produces返回形式改一下就对了\