Invalid bound statement (not found): com.XXXX.modules.system.mapper.UserMapper.loadUserByUsername
这个报错,参考了很多人的,问题大致是,Eclipse导入IDEA,因为xml文件放的目录不太对,导致找不到XML文件,最终解决方案:
在pom.xml文件中加入的
src/main/java **/*.xml
重新部署

Invalid bound statement (not found): com.XXXX.modules.system.mapper.UserMapper.loadUserByUsername
这个报错,参考了很多人的,问题大致是,Eclipse导入IDEA,因为xml文件放的目录不太对,导致找不到XML文件,最终解决方案:
在pom.xml文件中加入的
src/main/java **/*.xml
重新部署