Springboot集成mabatis-plus报com.xly.entity.ClientNot Found TableInfoCache.
在用springboot集成mabatis-plus做项目时,测试类text报了com.xly.entity.ClientNot Found TableInfoCache.,
在网上搜索解决方案,按照提示检查实体类加主键以及重写model方法、return当前主键,发现没有错误。
在看到dao层时发现了一个低级的错误,dao层没有继承BaseMapper<>,添加后解决错误,
配置文件application.yml中mabatis-plus的配置出错时也可能报此错误