Mybatis-plus中主键id生成的一些问题所遇问题在用Mybatis-plus中insert()方法插入数据时,我没有为id写set()方法。根据以往的经验,我想着id会自动生成的。但是事与愿违,出现了如下问题:Could not set property 'id' of 'class com.shallow.entity.User' with value '1378574418980712450' Cause: java.lang.IllegalArgumentException: ar