com.yjh.entity.Student Not Found TableInfoCache.

Exception in thread “main” com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: com.yjh.entity.Student Not Found TableInfoCache.
今天学习MyBatisPlus的ActiveRecord碰到一个错误(如标题),但是在百度上搜不到正确的解决方法,现在把问题和解决方法说一下。
其实很简单,就是IOC容器没有开。
new ClassPathXmlApplicationContext(“applicationContext.xml”);

你可能感兴趣的:(com.yjh.entity.Student Not Found TableInfoCache.)