Cause: java.lang.ClassNotFoundException: Cannot find class: org.mybatis.caches.ehcache.LoggingEhcache
原因:这是因为我开启二级缓存的原因
解决方法:可以将二级缓存注释掉,或者找二级缓存需要的依赖

相关文章: