org.springframework.http.converter.HttpMessageNotReadableException: Required request body错误解决方案
Posted 一号程序猿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了org.springframework.http.converter.HttpMessageNotReadableException: Required request body错误解决方案相关的知识,希望对你有一定的参考价值。
org.springframework.http.converter.HttpMessageNotReadableException: Required request body 错误解决方案:
显而易见前端传递数据不符合后端实体类。
问题一:
后端实体类与前端传参数据不一致,检查前端传参数据和后端接收数据实体类。
问题二:
@RequestBody不支持get方法,将参数传输方式改为post
问题三:
检查前两个问题无误,检查是否解决跨域问题,有可能因为跨域问题导致错误。
关于这个问题你解决了吗?欢迎评论区留言讨论。
以上是关于org.springframework.http.converter.HttpMessageNotReadableException: Required request body错误解决方案的主要内容,如果未能解决你的问题,请参考以下文章
无法序列化“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 没有找到类型的返回值的转换器:类