【发布时间】:2013-10-27 00:19:28
【问题描述】:
当我尝试使用 post 方法发布新对象时。 RequestBody 无法识别 contentType。 Spring 已经配置,POST 可以与其他对象一起使用,但不是这个特定的对象。
org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/json;charset=UTF-8' not supported
如果我尝试相同的请求,只需更改 requestbody 对象。它有效。
【问题讨论】:
标签: java json spring spring-mvc jackson