Invalid bound statement (not found): com.ruoyi.system.mapper.SysStudentMapper.selectSysStudentList(示

博观而约取,厚积而薄发。这篇文章主要讲述Invalid bound statement (not found): com.ruoyi.system.mapper.SysStudentMapper.selectSysStudentList(示相关的知识,希望能为你提供帮助。
解决办法:在mapper工程下的pom文件中加入下面的内容,让mapper映射文件加载到target的classes中去
【Invalid bound statement (not found): com.ruoyi.system.mapper.SysStudentMapper.selectSysStudentList(示】 

< !-- 如果不添加此节点mybatis的mapper.xml文件都会被漏掉。 --> < build> < resources> < resource> < directory> src/main/java< /directory> < includes> < include> **/*.properties< /include> < include> **/*.xml< /include> < /includes> < filtering> false< /filtering> < /resource> < /resources> < /build>

 
 

    推荐阅读