Mybatis、Mybatis-plus关于Invalid bound statement (not found)解决方法
相信在SpringBoot中用过Mybatis与Mybatis-plus的大家肯定被Invalid bound statement (not found)给困扰过,也搜索过网上的所有方案,但是一一无效。
Invalid bound statement (not found) 异常:
明明xml中的mapper中的namespace没有写错,resources中的文件夹名也没写错,也用了MapperScan引入了对应package,mapper.java中的方法和mapper.xml中的id名没问题,还是报
原创
2021-10-17 12:45:26 ·
4328 阅读 ·
1 评论