**IDEA搭建Mybatis入门案例时出现错误:Exception in thread “main” org.apache.ibatis.exceptions.PersistenceException:

Error building SqlSession.

The error may exist in com.itheima.dao.IUserDao.xml

Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource com.itheima.dao.IUserDao.xml**

可是我已经在SqlMapConfig.xml配置好了IUserDao.xml映射配置文件的全限定性类名的位置
IDEA搭建Mybatis入门案例时出现错误:Exception in thread “main” org.apache.ibatis.exceptions.PersistenceException:
后来改成
IDEA搭建Mybatis入门案例时出现错误:Exception in thread “main” org.apache.ibatis.exceptions.PersistenceException:
就好了

相关文章:

  • 2022-12-23
  • 2021-05-17
  • 2022-12-23
  • 2021-05-04
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2021-04-02
  • 2021-12-03
  • 2021-10-09
  • 2022-12-23
  • 2021-09-25
  • 2021-08-16
  • 2022-12-23
相关资源
相似解决方案