原文:org.apache.ibatis.reflection.ReflectionException: There is no getter for property named XXX 異常的解決辦法。(親測,一次成功!) #Mybatis

今天在用Mybatis的時,寫測試驗證插入操作時出現錯誤org.apache.ibatis.reflection.ReflectionException: There is no getter for property named XXX。 根據字面意思就是我沒有為XXX屬性寫getter方法,課我檢查實體類卻未發現有漏寫情況出現,遂檢查配置文件。 我在我自己的mybatis config.xml ...

2020-07-28 11:17 0 504 推薦指數:

查看詳情

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