为了账号安全,请及时绑定邮箱和手机立即绑定

测试的报错这个事怎么回事啊啊啊

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 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 mapUnderscoreToCameCase is not known.  Make sure you spelled it correctly (case sensitive)

正在回答

4 回答

我解决了,重新build project 会有意想不到的惊喜

0 回复 有任何疑惑可以回复我~

也有遇到了这个问题,楼主解决了吗

0 回复 有任何疑惑可以回复我~

mybatis-config.xml文件中的配置项写错了,

你的是

mapUnderscoreToCameCase

正确的应该是

mapUnderscoreToCamelCase


0 回复 有任何疑惑可以回复我~

应该是这个叫sqlSessionFactory的Bean被IOC容器托管时,未能正常完成初始化而引发的异常,好像是因为Mybatis的配置文件在指定的类路径下不能被找到造成的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

测试的报错这个事怎么回事啊啊啊

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信