org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address‘ in

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’

原因:
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address‘ in
注解配置了别名到@insert语句里面#{}要填写user封装类里面的属性

org.apache.ibatis.reflection.ReflectionException: There is no getter for property named ‘address‘ in