org.springframework.http.converter.HttpMessageNotReadableException 解决方案

Posted ??Nothing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.springframework.http.converter.HttpMessageNotReadableException 解决方案相关的知识,希望对你有一定的参考价值。

出现情况:

spring boot使用@RequestHeader,@RequestBody等注解时

解决方案:

1.检查实际请求参数是否匹配

2.检查请求方法,请使用POST

3.如果使用内置TOMCAT的spring boot,请调整spring-boot-starter-parent的版本(高/低?未知)我是从2.2.6.RELEASE调整到了2.3.0.RELEASE解决了问题

报错信息:

2021-10-06 17:06:52.438  WARN 578058 --- [nio-7002-exec-7] .w.s.m.s.DefaultHand
lerExceptionResolver : Resolved [org.springframework.http.converter.HttpMessage
NotReadableException: Required request body is missing: public com.sdu.annivers
ary.Entity.JsonResult com.sdu.anniversary.Controller.Controller.saveProgress(ja
va.lang.String,com.alibaba.fastjson.JSONObject)]


                

以上是关于org.springframework.http.converter.HttpMessageNotReadableException 解决方案的主要内容,如果未能解决你的问题,请参考以下文章

无法序列化“org.springframework.http.ResponseEntity”HazelcastCache

org.springframework.http.converter.HttpMessageConversionException: T

org.springframework.http.MediaType 中的标记字符“/”无效

Not found org.springframework.http.converter.json.MappingJacksonHttpMessageConverter

Spring 一对多关系抛出异常:org.springframework.http.converter.HttpMessageNotWritableException

org.springframework.http.converter.HttpMessageNotWritableException 没有找到类型的返回值的转换器:类