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

我的访问查询报错,断点不进DouserMApper接口

我的访问查询报错,断点不进DouserMApper接口
in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.project.dao.UserDOMapper.selectByPrimaryKey] with root cause

提问者:慕九州0538710 2019-02-01 11:00

个回答

  • 慕斯5408319
    2019-02-01 16:45:24

    UserDOMapper接口是直接跟下面的resources里边的mapping文件的xml文件相配合的,你可以试着把xml文件里面的sql语句检查一下。或者重写一下