**mybatis出现Invalid bound statement (not found)时的解决办法*
mybatis出现Invalid bound statement (not found)时的解决办法
1.查看namespace(名称空间)是否写对
填写的路径是:接口的路径, 定义类中方法的具体位置
2.接口的位置是否存在这个方法
3.查看parameterType(参数类型)和resultMap(返回值类型) 是否和方法中的一样
4.查看 target 包下 是否存在 xxxMapper.xml
希望对你们有帮助!!!!
...
原创
2021-05-19 20:27:21 ·
117 阅读 ·
0 评论