我是Mybatis的新手并尝试使用Spring实现mybatis但在启动tomcat时遇到以下运行时错误.
这是我的pom.xml
和应用环境:
错误是:
the resource [applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/ibatis/session/SqlSessionFactory
但是,mybatis-spring-1.0.0.jar文件存在于war / web-inf / lib中.
知道这种情况下发生了什么吗?
最佳答案
原文链接:https://www.f2er.com/spring/432399.html