解决mybatis中的org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/LGHunter/article/details/83177375

解决mybatis中的org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)问题:
1、检查mapper.xml与mapper.java的namespace中的名字是否相符合;
2、检查mapper.xml与mapper.java的namespace中的路径是否相符合

猜你喜欢

转载自blog.csdn.net/LGHunter/article/details/83177375