Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/wxs/demo/config/dao/SessionFactoryConfig.class]: Invocation of init method failed; nested exception i
求解答Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/wxs/demo/config/dao/SessionFactoryConfig.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).
2019-12-07
userColumnLabel? ?改為useColumnLabel
2019-11-08
我也是這個問題,你解決了么?