mybatise 報的奇葩錯,記錄一下而已

錯誤信息:nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'jdbcType=INTEGER' in 'class java.lang.Integer’java

 

從錯誤字面意思能夠看出來,應該是model類中的某個屬性沒有寫get方法,可是!!屬性名字叫‘jdbcType=INTEGER’是什麼鬼?因而從新檢查映射的xml配置文件,忽然發現了玄機,在寫sql

<sql id="Base_Column_List" >
        remark, repurchase_status ,
</sql>
的時候 字段多寫了一個空格,好吧,自做孽,本身找bug
相關文章
相關標籤/搜索