mybatis抛出Error creating bean with name ‘xxxController‘:

找了一天的bug,以下时mybatis报错内容:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'xxxController': Unsatisfied dependency expressed through field 'xxxService';

通过检查以下问题没有错误:

  1. 检查xml的namespace是否和mapper文件的名称一一对应
  2. 检查方法名称是否对应
  3. 检查返回值类型
  4. 去除xml文件中的中文注释

发现问题所在

错误位置:
在这里插入图片描述
这里jdbcType必须大写

解决办法:改为大写
在这里插入图片描述

Error creating bean with name 'dataCollectApplication': Unsatisfied dependency expressed through field 'addrCodeService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'addrCodeServiceImpl': Unsatisfied dependency expressed through field 'addrCodeDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'addrCodeDao' defined in file [D:\作业\犇云\数据采集项目\DataCollect\target\classes\com\dzero\datacollect\dao\AddrCodeDao.class]: Cannot resolve reference to bean 'sqlSessionTemplate' while setting bean property 'sqlSessionTemplate'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessionTemplate' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Unsatisfied dependency expressed through method 'sqlSessionTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.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 org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [D:\作业\犇云\数据采集项目\DataCollect\target\classes\mapper\addrCodeMapper.xml]'; nested exception is java.lang.StringIndexOutOfBoundsException: begin 1, end 0, length 1
07-15
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值