http_status_unsupported_media (415) the server is refusing to service the request because the entit

来源:互联网 发布:sar源码 编辑:程序博客网 时间:2024/04/28 14:16

情景:基于SSM ecplise+ mysql +maven 的  项目 测试post请求     因为普通浏览器不支持post请求   故使用谷歌家的    post  man做测试    

因为 在controller  中使用@RequestMapping(value="sent_dictate",method=RequestMethod.POST,produces=Produces.JSON)  

表示将功能处理方法将生产json格式的数据   此时根据请求头中的Accept进行匹配,如请求头“Accept:application/json”时即可匹配(这是通用解决方法)

在postman 中设置如下 content-type  即可

1 0
原创粉丝点击