Resolved [org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'text/plain;charset=UTF-8' not supported
时间: 2023-12-10 21:32:48 浏览: 209
解决The type org.springframework.dao.support.DaoSupport cannot be resolved.bao报错
这个错误提示表明服务器不支持接收text/plain类型的数据。解决方法可以参考引用和引用中提到的方法,即添加getter和setter方法或使用@Data注解,或者尝试改为接收application/json类型的数据。如果你的服务器端代码是使用Spring框架编写的,可以使用@RequestBody注解将请求体的JSON数据映射到对象中,具体可以参考引用中的代码示例。
阅读全文