今天做ssm框架练习时遇到这样的问题:org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'counts ' in 'class kesun.entity.system.store'.
mybatis说我store这个实体没有set,但是我确实有set:
原因是mapper映射文件里的property属性多了一个空格导致与实体属性不匹配:
今天做ssm框架练习时遇到这样的问题:org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'counts ' in 'class kesun.entity.system.store'.
mybatis说我store这个实体没有set,但是我确实有set:
原因是mapper映射文件里的property属性多了一个空格导致与实体属性不匹配: