Could not set property 'xxx' of 'class 'xxx' with value 'xxx'


在使用mybatis框架進行后台數據查詢時,控制台報Could not set property 'xxx' of 'class 'xxx' with value 'xxx',看到數據已經查出來了,但是轉為實體類型時出錯了。本人的報錯信息附上:

Could not set property 'accoutId' of 'class com.vg.entity.Account' with value '4' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'accoutId' in 'class com.vg.entity.Account'

主要原因:
resultMap返回結果類型寫錯

property所對應的值 要和實體類的字段保持一致。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM