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

来源:3-6 dao层开发

weixin_慕仙3456123

2019-11-02 16:52

求解答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).

写回答 关注

2回答

  • Lemonmos
    2019-12-07 18:17:21

    userColumnLabel   改为useColumnLabel

  • qq_慕用6045105
    2019-11-08 10:16:41

    我也是这个问题,你解决了么?


SpringBoot+MyBatis搭建迷你小程序

SpringBoot+MyBatis搭建小程序后台

91500 学习 · 621 问题

查看课程

相似问题