慕仰1179422
2018-12-10 16:17
我的UserDOMapper注入不了,一直显示不能注入
mybatis-generator.xml重新生成Mapper.xml时把之前的xml删除再次运行,亲测有效
Invalid bound statement (not found): com.miaoshaproject.dao.UserDoMapper.selectByPrimaryKey
我也是这个问题,请问现在解决了吗
大哥解决了吗,我也卡在这里,App文件run不了
@Component
dao接口加注解
idea配置问题,网上搜一下有答案
谁知道怎么解决吗
exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.miaoshaproject.dao.UserDOMapper.selectByPrimaryKey] with root cause
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.miaoshaproject.dao.UserDOMapper.selectByPrimaryKey
同样的问题,我的也注入入不了
而且报错有这个:nested exception is org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: java.lang.IllegalArgumentException: Result Maps collection already contains value for com.miaoshaproject.dao.UserDOMapper.BaseResultMap
如图加上@MapperScan(value = "mapper所在路径"),应该就可以了,加上之后有红线也可以忽略的
遇到同样的问题,idea 的提示是不推荐这么做,但是不影响实际运行。
改成 @Resource 就没有提示了,可以 google 搜索 '@autowrid @resource 区别'。
不能在意,这是编译问题,可以正常使用的
我也注入不了
可以百度查询为什么
SpringBoot构建电商基础秒杀项目
49065 学习 · 954 问题
相似问题