Could not set property 'id' of 'class xx.xxx.module.xxx.domain.xxx' with value '1229606785200021505' Cause: java.lang.IllegalArgumentException: argument type mismatch


mybatis-plus插入報錯:id類型不匹配

Caused by: org.apache.ibatis.reflection.ReflectionException: Could not set property 'id' of 'class xx.xx.module.xxx.domain.xxx' with value '1229606785200021505' Cause: java.lang.IllegalArgumentException: argument type mismatch

原因

mybatis-plus 插入需要在實體id上使用@TableId(type = IdType.AUTO) 注解


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM