Springboot 报错Content type ‘application/x-www-form-urlencoded;charset=UTF-8‘ not supported
SpringBoot错误解决
1、错误展示
2021-03-23 12:20:02.805 ERROR org.springframework.web.HttpMediaTypeNotSupportedException: Content type ‘application/x-www-form-urlencoded;charset=UTF-8’ not supported
2、代码展示
3、分析原因
原因就是前端的ajax里面少加了一句 contentType: "application/json
原创
2021-03-23 12:29:23 ·
2732 阅读 ·
2 评论