MybatisPlus未加主键问题 Can not find table primary key in Class: “com.wyt.springboot_redis.pojo.Users”. 2022-04-03 00:12:57.124 WARN 18748 — [ main] c.b.m.core.injector.DefaultSqlInjector : class com.wyt.springboot_redis.pojo.Users ,Not found @TableId annotation, Cannot use My...
看了一下mybatis-Plus是有这个saveOrUpdate 方法!原本使用save时是没有问题了,改成saveOrUpdate 用了一下就报错了。com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: error: can not execute. because can not find column for id from entity!就是这个mybatisPlus不能找到哪个是主键字段,因为这个...