報(bào)了個(gè)這樣的錯(cuò)誤
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
2018-06-05
我找到問(wèn)題的所在,那就是不能像老師那樣創(chuàng)建config.dao這樣的package,要分開(kāi)文件夾config下再創(chuàng)建一個(gè)文件夾dao。不知道是不是Windows版的idea不支持這樣創(chuàng)建,會(huì)在不到Areadao這個(gè)對(duì)象。
2018-06-05
類路徑不對(duì),創(chuàng)建bean失敗