0
点赞
收藏
分享

微信扫一扫

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)


   本人遇到这样一个问题,记录一下,避免其它朋友踩坑:

   报错信息如标题:   org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

   环境: Mybatis Plus   + SpringBoot    

   这个问题的原因有多种,我的这种是这样的:

原本的配置文件:

      

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)_配置文件

修改的配置文件:

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)_配置文件_02

 这个应该属于 yml语法领域范畴了 ,也怪自己学艺不精吧!  如能帮到大家,万分荣幸.

举报

相关推荐

0 条评论