MybatisPlus显示Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are required异常问题
在构建SpringBoot项目+Mybatis时,出现Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required异常,经过多次试错和求证,发现是Springboot版本和mybatisplus版本不适配的问题。
1.SpringBoot版本3.0以下
可以降低MybatisPlus版本至3.5.3版本以下,重新构建项目
1.引入必要的mysqlJar包
官方链接:MySQL :: Download Connector