调试的时候报错:
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

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

微信扫一扫
调试的时候报错:
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

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