问答详情
源自:3-3 datasource和sessionfactorybean的配置

setConfigLocation()方法报错

sqlSessionFactoryBean.setConfigLocation(new ClassPathResource(mybatisConfigFile));

这一行报错:

The type org.apache.ibatis.session.SqlSessionFactory cannot be resolved. It is indirectly referenced from required .class files


提问者:BinaryRhythm 2018-09-17 23:40

个回答

  • MesutKwok
    2018-09-18 03:15:22
    已采纳

    你的pom.xml的依赖都对了吗?你重新检查下你的依赖,还有对应的版本号

  • BinaryRhythm
    2018-09-18 09:28:52

    对了,修改了这里的版本号,原来是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>