Spring Rest POST Json RequestBody 不支持内容类型
2022-08-31 14:45:05
当我尝试使用post方法发布新对象时。请求正文无法识别 contentType。Spring已经配置好了,POST可以与其他对象一起使用,但不能与这个特定的对象一起使用。
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported
如果我尝试相同的请求,只需更改请求正文对象。它的工作原理。