org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported
1、使用PostMan调试后端接口时,请求体里面的content type为text/plain,但是后端接口不支持text/plain,只支持application/json。
解决办法:
swagger-ui.html页面支持application/json,使用swagger-ui.html页面进行传参即可。