Spring MVC 前后台传递json格式数据 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
时间:2017-08-25 17:49:04
收藏:0
阅读:3292
报错如下:
Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
解决方案:
引入如下包:
问题既解决。
评论(0)