慕尼黑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
我找到问题的所在,那就是不能像老师那样创建config.dao这样的package,要分开文件夹config下再创建一个文件夹dao。不知道是不是Windows版的idea不支持这样创建,会在不到Areadao这个对象。
类路径不对,创建bean失败
SpringBoot+MyBatis搭建迷你小程序
91499 学习 · 621 问题
相似问题