springboot 引入mybatis-plus后 一直报Invalid bound statement (not found)的问题

在学习springboot 的时候 先引入了 mybatis 后引入了 mybatis-plus
然后开始在mybatis-plus 文件中写自己定义的sql 的时候 一直报 Invalid bound statement (not found) 显然是xml没有加载进去
后来看了一些博主的文章发现
我配置文件没有写对

image.png

一开始只写了 mybatis 的配置
没有写mybatis-plus 的配置
居然这两个配置不是通用的
配置mybatis-plus 一点要写xml的位置文件

你可能感兴趣的:(springboot 引入mybatis-plus后 一直报Invalid bound statement (not found)的问题)