springboot 集成mybatisplus 提示:nvalid bound statement (not found)

今天尝试集成mybatisPlus 插件,运行springboot项目,提示“org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):”。

在控制层输入此类错误信息,明显是注入的service,依赖的mapper 文件没有找到。

这是经过调整后的项目截图,我把mapper 依赖的.xml 文件也依赖在该文件夹下,导致无法service 无法找到关联依赖的*Mapper.xml文件。

猜你喜欢

转载自blog.csdn.net/zhouzhiwengang/article/details/81059085