There is no READABLE property named 'id' in class 'java.lang.Integer'

cause by:com.ibatis.common.beans.ProbeException: There is no READABLE property named 'id' in class 'java.lang.Integer'

出现以上问题基本上都是ibatis映射文件问题或者是javaBean问题:比如传递参数类型不匹配,或者ibatis不能与javaBean中的属性进行匹配

你可能感兴趣的:(There is no READABLE property named 'id' in class 'java.lang.Integer')