SpringBoot 接口报错:Content type ‘text/plain;charset=UTF-8‘ not supported
控制台显示
Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported]
接口
使用postman测试,请求参数如下,接口返回415
解决:
使用postman时发送json时,默认是text,记得修改为json。
使用text时的颜色都是黑的,用json时postman会调整下颜色。
修改后
...
原创
2020-11-03 18:38:24 ·
4468 阅读 ·
0 评论