一、包名映射不对(新建多级mapper文件夹引起的,解决方案在下面链接有详细解释)
Invalid bound statement (not found)异常解决_invalid bound statement (not found): com.ruoyi.map-CSDN博客
二、mapper.xml中的namespace和实际的mapper文件不一致
三、mapper接口中的方法名和mapper.xml中的id标签不一致
四、Mapper.xml没有构建进去 打开target看看对应的Mapper.xml文件在不在,如果不在,点击右边的maven,clean一下,再Run一下
五、配置文件导不出来 maven的配置文件默认放在resources目录下,但在这里需要把它放到java目录下,导致配置文件导不出来
六、检查spring的配置文件(mybatis、mybatis-plus)是否配置正确