日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

數(shù)據(jù)接受異常:org.springframework.http.converter. HttpMessageNotReadableException: Could not read document

作者:砥礪前行沖沖沖 更新時間: 2022-08-13 編程語言

異常描述

org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Unrecognized field “inputType”

原因

后端用@RequestBody注解接收J(rèn)son實體類,但前端傳來的Json中有實體類沒有的字段“inputType”

解決

后端在實體類上添加注解@JsonIgnoreProperties(ignoreUnknown = true)忽略前端所傳來的無效字段

原文鏈接:https://blog.csdn.net/manonggeerdan/article/details/125222315

欄目分類
最近更新