一、问题描述

使用Maven+SpringBoot+MyBatis测试,启动项目报错:Unsatisfied dependency expressed through bean property ‘sqlSessionFactory’,也就是无法实例化,无法获取xml路径,所有代码都没有问题

二、问题分析

springboot配置mybatisplus报Unsatisfied dependency expressed through bean property 'sqlSessionFactory'
application配置mapper.xml无法加载

三、问题解决

springboot配置mybatisplus报Unsatisfied dependency expressed through bean property 'sqlSessionFactory'

相关文章:

  • 2021-03-30
  • 2021-10-31
  • 2021-08-30
  • 2021-09-27
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
猜你喜欢
  • 2021-11-02
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-08-02
  • 2021-11-07
相关资源
相似解决方案