java.lang.NoClassDefFoundError: org/apache/ibatis/io/Resources
程序员文章站
2024-01-23 12:21:10
...
关于 idea 中 mybatis 项目 报错:NoClassDefFoundError 的问题:
- 需要将需要的包导入到输出的文件夹中
- 但是idea 不会默认导进去
- 导致在部署项目的时候lib中不存在对应的mybatis包
- 因此会报这个错误;
24-Jun-2020 22:15:16.972 严重 [RMI TCP Connection(3)-127.0.0.1] org.apache.catalina.core.StandardContext.listenerStart 异常将上下文初始化事件发送到类的侦听器实例.[com.demo.listener.InitSqlSessionListener]
java.lang.NoClassDefFoundError: org/apache/ibatis/io/Resources
at com.demo.utils.SqlSessionFactoryUtils.initSqlSessionFactory(SqlSessionFactoryUtils.java:27)
at com.demo.listener.InitSqlSessionListener.contextInitialized(InitSqlSessionListener.java:19)
。。。。。。。。。。。。
---------------------------------------------------割----------------------------------------------------割----------------------------------------------------------
解决方案
file --> project structure -> output layout -> 在lib中添加所需要的包
上一篇: 编报语录
下一篇: 新闻列表的图片img 自适应大小铺满美观
推荐阅读
-
java.lang.NoClassDefFoundError: org/apache/ibatis/io/Resources
-
Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias ‘VARVHAR‘
-
Cannot convert value of type ‘java.lang.String‘ to required type ‘org.apache.ibatis.session.SqlSessi
-
Mybatis报错: org.apache.ibatis.exceptions.PersistenceException解决办法
-
Mybatis报错: org.apache.ibatis.exceptions.PersistenceException解决办法
-
org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.sql.SQLException: The server time zone value 'Ö
-
关于org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z报错
-
【Bug解决】org.apache.ibatis.type.TypeException: The alias ‘xxxx‘ is already mapped to the value ‘xxx‘
-
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory,
-
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory