org.apache.ibatis.reflection.ReflectionException: There is no getter for property named XXX
生活随笔
收集整理的這篇文章主要介紹了
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named XXX
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named XXX
根本原因:
mybatis 的xml中有的屬性,在mapper傳入的參數(shù)中找不到。
可能引起原因:
1.修改了mapper入?yún)?#xff0c;但是沒有修改對應xml的參數(shù)名稱。
2.mapper參數(shù)為單個參數(shù),沒有添加@Param注解
總結
以上是生活随笔為你收集整理的org.apache.ibatis.reflection.ReflectionException: There is no getter for property named XXX的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MyBatisPlus_通用servic
- 下一篇: 企业实战_14_MyCat跨分片查询_全