BinaryRhythm
2018-09-17 23:40
sqlSessionFactoryBean.setConfigLocation(new ClassPathResource(mybatisConfigFile));
这一行报错:
The type org.apache.ibatis.session.SqlSessionFactory cannot be resolved. It is indirectly referenced from required .class files
你的pom.xml的依赖都对了吗?你重新检查下你的依赖,还有对应的版本号
对了,修改了这里的版本号,原来是2.0的版本,现在不报错了。谢谢。
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
SpringBoot+MyBatis搭建迷你小程序
91500 学习 · 621 问题
相似问题