Spring MVC 前后台传递json格式数据 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
时间:2017-08-25 17:23:35
收藏:0
阅读:2231
报错如下:
Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
解决方案:
引入如下包:
问题既解决。
原文:http://www.cnblogs.com/lyhappy/p/7428921.html
评论(0)