There is no getter for property named 'pssword' in 'class com.sky.entity.Employee'] with root cause
时间: 2023-11-19 11:42:13 浏览: 116
Mybatis单个参数的if判断报异常There is no getter for property named 'xxx' in 'class java.lang.Integer'的解决方案
错误信息"There is no getter for property named 'password' in 'class com.sky.entity.Employee'"表示在类com.sky.entity.Employee中没有名为'password'的属性的getter方法。这可能是因为属性名写错或者在类中没有定义对应的getter方法。
阅读全文