美文网首页工作生活
mybatis 插件小bug

mybatis 插件小bug

作者: 張先生_9efb | 来源:发表于2019-07-04 16:49 被阅读0次

### Error updating database. Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class com.hjy.acs.entity.FaceEntity' with value '1145610988804141058' Cause: java.lang.IllegalArgumentException: argument type mismatch

### The error may exist in com/hjy/acs/dao/FaceDao.java (best guess)

### The error may involve com.hjy.acs.dao.FaceDao.insert

### The error occurred while executing an update

### Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class com.hjy.acs.entity.FaceEntity' with value '1145610988804141058' Cause: java.lang.IllegalArgumentException: argument type mismatch

新版本的bug,以前的@TableId,type用默认的,现在的要用type = IdType.AUTO

相关文章

网友评论

    本文标题:mybatis 插件小bug

    本文链接:https://www.haomeiwen.com/subject/gumrhctx.html