完整错误: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [D:\workspace_java\sdk-kit-backend\target\classes\mapper\mybatis-conf.xml]'; nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. The XML location is 'file [D:\workspace_java\sdk-kit-backend\target\classes\mapper\mybatis-conf.xml]'. Cause: java.lang.NullPointerException


错误原因:.application.properties 中只配置了mapper.xml路径没有配置mybatis核心配置文件mybatis-conf.xml的路径

The XML location is 'file [D:XXXXXX/mybatis-conf.xml] Cause: java.lang.NullPointerException


错误原因:把mybatis核心配置文件写在了mapper.xml同一个的路径下

The XML location is 'file [D:XXXXXX/mybatis-conf.xml] Cause: java.lang.NullPointerException

正确配置

The XML location is 'file [D:XXXXXX/mybatis-conf.xml] Cause: java.lang.NullPointerException




相关文章:

  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
  • 2021-04-10
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-04-12
  • 2021-04-01
相关资源
相似解决方案