Mybatis: Cannot determine value type from string xxx

今天在使用Mybatis时遇到了Cannot determine value type from string xxx

Mybatis: Cannot determine value type from string  xxx

原因是数据库中的字段没有和实体类对应。

解决方法有两种:

1.加一个无参构造器。

2.有参构造器的参数的个数,类型应该和实体类一一对应。我这里的原因就是实体类少了一个id属性

Mybatis: Cannot determine value type from string  xxx
Mybatis: Cannot determine value type from string  xxx

我们添加上id属性就好了!

上一篇:webpack打开网页显示cannot get /


下一篇:kail linux安装