本文主要是介绍Springboot +Mybatis整合常见错误 报错:Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are required,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
原因:
在External Libraries中一开始并没有发现mybatis-spring-boot-atuoconfigure:1.3.0
导致Spring无法自动注入sqlSessionFactory或者sqlSessionTemplate
解决方案:刷新一下maven
发现mybatis-spring-boot-atuoconfigure:1.3.0即可,不行的可以换成其他版本重新下载依赖,发现mybatis-spring-boot-atuoconfigure:x.x.x即可
这篇关于Springboot +Mybatis整合常见错误 报错:Property ‘sqlSessionFactory‘ or ‘sqlSessionTemplate‘ are required的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!