标签:今天 use height 找不到 头像 into tis getter time
今天在使用mybatis时,出现了一个问题:There is no getter for property named ‘user‘ in ‘class com.jyr.wh.domain.User,现记录下来
使用注解的形式写sql语名,参数为一个对象
以下为正确写法:
@Insert( |
import java.io.Serializable; |
报错找不到user那是因为我的sql写错了,在values的参数中加了形参
@Insert( |
在使用注解方式时形参不用写,只写传的对象的属性即可,加上会报以上错误。
~~~~~~~~~~ 完 ~~~~~~~~~~~~
There is no getter for property named 'user' in 'class com.jyr.wh.domain.User' 异常
标签:今天 use height 找不到 头像 into tis getter time
原文地址:https://www.cnblogs.com/skyxia/p/10202068.html