報了個這樣的錯誤
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
我找到問題的所在,那就是不能像老師那樣創建config.dao這樣的package,要分開文件夾config下再創建一個文件夾dao。不知道是不是Windows版的idea不支持這樣創建,會在不到Areadao這個對象。
2018-06-05
類路徑不對,創建bean失敗