相关疑难解决方法(0)

Spring Rest POST不支持Json RequestBody内容类型

当我尝试使用post方法发布新对象时.RequestBody无法识别contentType.Spring已经配置,POST可以与其他对象一起使用,但不是这个特定的对象.

org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported
Run Code Online (Sandbox Code Playgroud)

如果我尝试相同的请求只是更改requestbody对象.有用.

java spring json spring-mvc jackson

53
推荐指数
3
解决办法
8万
查看次数

标签 统计

jackson ×1

java ×1

json ×1

spring ×1

spring-mvc ×1