Mybaits-puls我的项目启动时报错 Invalid bound statement (not found): com.xxx.mapper.xxx
起因
我的项目启动时未找到mapper中的办法

解决办法:
在springboot或mybaits-puls的配置文件中加上:

mybatis-plus.mapperLocations=classpath:XXX/XXXX/mapper/**/*.xml  

地址最终指向你的xml文件即可