问答详情
源自:3-1 使用SpringMVC方式开发用户信息

UserDOMapper注入不了

https://img2.mukewang.com/5c0e20d8000193d805690090.jpg

我的UserDOMapper注入不了,一直显示不能注入

提问者:慕仰1179422 2018-12-10 16:17
微课

个回答

  • 慕姐2324430
    2020-03-26 18:20:00

    mybatis-generator.xml重新生成Mapper.xml时把之前的xml删除再次运行,亲测有效

  • qq_满天星_20
    2020-01-11 15:39:24

    Invalid bound statement (not found): com.miaoshaproject.dao.UserDoMapper.selectByPrimaryKey

    我也是这个问题,请问现在解决了吗

  • 慕侠4404801
    2019-03-14 01:00:29

    大哥解决了吗,我也卡在这里,App文件run不了

  • 慕仙8053900
    2019-01-22 15:11:10

    @Component

    dao接口加注解

  • 宝慕林6263177
    2018-12-26 17:01:26

    idea配置问题,网上搜一下有答案

  • 宝慕林6263177
    2018-12-21 14:24:13

    谁知道怎么解决吗


  • 宝慕林6263177
    2018-12-21 14:23:47

    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

    同样的问题,我的也注入入不了

  • 碧海云夭
    2018-12-19 11:27:37

    而且报错有这个: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

  • IT_huge
    2018-12-13 21:35:39

    如图加上@MapperScan(value = "mapper所在路径"),应该就可以了,加上之后有红线也可以忽略的

    https://img2.mukewang.com/5c125f70000124fa12290508.jpg

  • loodeer
    2018-12-12 13:12:03

    https://img.mukewang.com/5c10973a0001492307500122.jpg

    遇到同样的问题,idea 的提示是不推荐这么做,但是不影响实际运行。

    改成 @Resource 就没有提示了,可以 google 搜索 '@autowrid @resource 区别'。

    https://img.mukewang.com/5c109763000188c505760098.jpg



  • 离场
    2018-12-11 15:06:35

    不能在意,这是编译问题,可以正常使用的

  • IronmanL
    2018-12-11 10:35:02

    我也注入不了

  • 坚持2016
    2018-12-10 21:41:36

    可以百度查询为什么

    注入不了