mybatisplus.core.exceptions.MybatisPlusException: cannot find column’s cache for XX.实体
最新推荐文章于 2024-10-06 00:53:35 发布
当遇到MybatisPlusException错误,提示无法找到列的缓存时,这通常是因为实体类新增字段后,MybatisPlus的缓存未更新导致。解决方法包括:停止服务并删除target包后重启,或者在IDEA中选择Invalidate Caches / Restart来清除缓存并重启项目。
摘要由CSDN通过智能技术生成