Could not set property ‘id‘ of ‘class com.jin.demo.entity.UserRole‘ with value ‘1400641849096048642‘

使用mybatis-plus 接口插入数据时,出现这类错误。

 

出错原因:使用mybatis-plus 自动生成实体类,ID为数据库自增, 出现这个错误表明没有在实体类中表明主键Could not set property ‘id‘ of ‘class com.jin.demo.entity.UserRole‘ with value ‘1400641849096048642‘_第1张图片Could not set property ‘id‘ of ‘class com.jin.demo.entity.UserRole‘ with value ‘1400641849096048642‘_第2张图片

加上参数之后,测试可以

你可能感兴趣的:(java,java)