Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): my.mapper.UserInfoMapper.findUserInfoByCondRequest processing failed报错

解决方案:

pom.xml添加

<build>
<resources>
          <resource>
             <directory>src/main/java</directory>
              <includes>
                  <include>**/mapper/*Mapper.xml</include>
             </includes>
          </resource>
   </resources>

相关文章:

  • 2021-10-12
  • 2021-06-03
  • 2022-12-23
  • 2021-11-24
  • 2021-06-19
  • 2021-06-16
  • 2021-09-26
猜你喜欢
  • 2022-12-23
  • 2022-01-19
  • 2022-02-28
  • 2021-12-27
  • 2021-04-22
  • 2022-12-23
  • 2021-08-13
相关资源
相似解决方案