想问问为什么会报Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: error: can not execute. because can not find cache of TableInfo for entity!] with root cause这个错误
这个是报错的截图
建议不要截图,而是直接贴出代码块,比如:
<project>
...
</project>
为什么,因为异常报错有个特点,就是行数很多,而且有用的信息通常靠近最后面。这会使得你的截图基本上没有包含任何价值。