mybatisplus/Mybatis报错:Invalid bound statement (not found): com.txc.mybatisplus.mapper.Mapper.findAll
1、问题描述springboot整合MyBatis-Plus后,按照之前spring整合mybatis的用法,将StudentMapper.java接口和StudentMapper.xml映射文件,都创建在src下的mapper目录中,如下所示:重点说明:此处的接口和映射文件命名需要遵循mapper代码开发四个规范。规范1:接口的方法名与Statement的id相同规范2:接口的返回值类型与Sta