springboot爬坑

在创建了一个springboot项目后,在yam配置文件中增加mybaits配置
在这里插入图片描述
然后启动springboot结果居然报错

Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deptController': Unsatisfied dependency expressed through field 'deptService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deptServiceImpl': Unsatisfied dependency expressed through field 'deptMapper'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deptMapper' defined in file [F:\workspace\springcloud-demo01\springcloud-provider-8001\target\classes\cn\com\apricity\mapper\DeptMapper.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 [org/mybatis/spring/boot/autoconfigure/MybatisAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.FileNotFoundException: class path resource [mybatis/mybaits.cfg.xml] cannot be opened because it does not exist

大概意思就是我的 resources中mybaits目录下没有 mybatis.cfg.xml 配置文件
于是检查了一下,明明有呀
在这里插入图片描述
开始怀疑是不是我理解错了,于是确认一下是不是因为
config-location: classpath:mybatis/mybaits.cfg.xml
这行配置,然后就把这行配置注释掉
在这里插入图片描述
再次启动,居然正常启动了,很郁闷,不明白错在哪里!先记录下来,找到问题后更新,有大佬看到了,知道为啥,麻烦告诉一下小弟,感激不尽

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值