我的访问查询报错,断点不进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
UserDOMapper接口是直接跟下面的resources里边的mapping文件的xml文件相配合的,你可以试着把xml文件里面的sql语句检查一下。或者重写一下