问题:
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
原因排查:
1.检查mapper.xml中的namespace是否正确。
2.检查mapper.xml中的方法定义的ID跟Mapper.java是否对应。
3.检查参数是否正确。
4.确认没有问题,重新format一下xml文件,保存后重启tomcat。(这种办法有时候确实能解决问题)。