出現情況:
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)]
轉載請註明出處,本文鏈接:https://www.uj5u.com/ruanti/305924.html
標籤:其他
上一篇:Nginx編譯安裝
