报了个这样的错误

来源:3-5 mapper的编写

慕尼黑9146956

2018-06-05 00:31

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'areaDao' defined in file [C:\Apache Software Foundation\Tomcat 8.5\webapps\demo\target\classes\com\imooc\demo\dao\AreaDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/imooc/demo/config/dao/SessionFactoryConfiguration.class]: Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [${mybatis_config_file] cannot be opened because it does not exist

写回答 关注

2回答

  • 慕尼黑9146956
    2018-06-05 15:58:35

    我找到问题的所在,那就是不能像老师那样创建config.dao这样的package,要分开文件夹config下再创建一个文件夹dao。不知道是不是Windows版的idea不支持这样创建,会在不到Areadao这个对象。

  • 慕哥6515936
    2018-06-05 11:00:05

    类路径不对,创建bean失败

    慕尼黑914...

    首先谢谢你的建议!

    2018-06-05 15:52:12

    共 1 条回复 >

SpringBoot+MyBatis搭建迷你小程序

SpringBoot+MyBatis搭建小程序后台

91499 学习 · 621 问题

查看课程

相似问题