單元測試啟動就報錯了,不知道是哪里錯了?幫忙看看錯誤啊
?Error creating bean with name 'areaDao' defined in file
[E:\javacode\springbootmybatisdemo\target\classes\com\spring\springbootmybatisdemo\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/spring/springbootmybatisdemo/config/dao/SessionFactoryConfiguration.class]:
Invocation of init method failed; nested exception is org.springframework.core.NestedIOException:
?Failed to parse config resource: class path resource [mybatis-config.xml];
nested exception is org.apache.ibatis.builder.BuilderException:
Error parsing SQL Mapper Configuration. Cause:
org.apache.ibatis.builder.BuilderException:
?The setting userColumnLabel is not known. ?
Make sure you spelled it correctly (case sensitive).
2018-06-27
已經(jīng)找到原因了,mybatis-config.xml中需要將下面這個配置注釋掉,不然就會報錯!
<setting name="userColumnLabel" value="true" />
2018-06-27
你看下數(shù)據(jù)庫配置是否有誤,可以斷點查看
方法體中 讀取的mysql和用戶名密碼的配置內(nèi)容