Caused by: java.lang.IllegalArgumentException : Property
'sqlSessionFactory' or 'sqlSessionTemplate' are required
com.baomidou
mybatis-plus
${mybatis-plus.version}
解决方案使用
com.baomidou
mybatis-plus-boot-starter
${mybatis-plus.version}
root cause:
mybatis-plus-boot-starter 引入了 autoconfigure 类 连接上了
SpringBoot 数据库访问框架
解决方案使用
root cause:
mybatis-plus-boot-starter
