问答详情
源自:2-4 Mybatis自动生成器使用方式

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.yang.miaoshaproject.dao.UserDOMapper.selectByPrimaryKey

https://img2.mukewang.com/5c27200a0001501804250503.jpg代码可以生成,但是进入网页之后报这个错

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

https://img3.mukewang.com/5c2720e600017ae812240450.jpg


提问者:yyc宸 2018-12-29 15:23

个回答

  • sgdy23
    2019-01-16 16:44:21
    已采纳

    楼主解决了吗?有人来回答一下吗?代码:https://github.com/shawbs/miaosha-demo

  • weixin_慕虎7439028
    2021-03-17 14:13:23

    先看看你的启动类上@MapperScan这个注解扫描的路径是不是你mapper接口所在的路径。

  • sgdy23
    2019-01-17 10:58:14

    把
    mybatis.mapper-locations=classpath:mapping/*.xml
    改成
    mybatis.mapper-locations=classpath:mappers/*.xml


  • admxj
    2019-01-16 21:33:41

    老师的application.properties 写的是

    mybatis.mapper-locations=classpath:mapper/*.xml

    但是mapper的实际目录是

    mybatis.mapper-locations=classpath:mapping/*.xml

    这个个地方路径不对

  • sgdy23
    2019-01-15 18:04:30

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

    我也有相同的问题,借地发一张截图。。

  • yyc宸
    2018-12-29 15:49:10

    路径错了。。。。。。