org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address‘ in
–>
写mybatis注解配置的时候报错
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address’ in ‘class com.msy.domain.User’
原因:
注解配置了别名到@insert语句里面#{}要填写user封装类里面的属性
本文来源 互联网收集,文章内容系作者个人观点,不代表 本站 对观点赞同或支持。如需转载,请注明文章来源,如您发现有涉嫌抄袭侵权的内容,请联系本站核实处理。
© 版权声明
文章版权归作者所有,未经允许请勿转载。