Invalid bound statement (not found): com.itheima.mapper.DeptMapper.getAllDept
时间: 2023-10-28 20:59:47 浏览: 89
MybatisPlus BaseMapper 中的方法全部 Invalid bound statement (not found Error处理)
5星 · 资源好评率100%
Invalid bound statement (not found): com.itheima.mapper.DeptMapper.getAllDept 是一个错误信息,它表示无法找到名为 com.itheima.mapper.DeptMapper.getAllDept 的绑定语句。根据引用,这个错误通常发生在使用mybatisplus框架搭建项目时调用mapper方法查询数据库时出现的。
解决这个问题的方法是根据引用的建议进行操作。首先,检查你的文件夹结构是否正确,特别是com.itheima.mapper文件夹是否存在并且在正确的位置。如果不存在或者位置不正确,你可以尝试重新创建多级文件夹com/itheima/mapper,并将相关的文件放入其中。然后,进行clean操作,这将清除项目的临时文件和编译文件。最后,重新启动项目。
通过以上操作,你应该能够解决 Invalid bound statement (not found): com.itheima.mapper.DeptMapper.getAllDept 错误,并成功调用该方法查询数据库。
阅读全文