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

一、问题描述

使用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'