org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 报错解决

调试的时候报错:

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

解决:

检查 xxxMapper.xml 文件,发现文件mapper地址配错了,修改后解决

参考:

https://blog.csdn.net/symuamua/article/details/100547984

原文地址:https://www.cnblogs.com/whycai/p/13019189.html