mybatis报错:Invalid bound statement (not found) 已解决

错误记录2:mybatis报错:Invalid bound statement (not found)

在pom文件里的build子节点下加
 
     
        src/main/resources
       
          **/*.properties
          **/*.xml
       

        true
     

     
        src/main/java
       
          **/*.properties
          **/*.xml
       

        true
     

   

然后就好啦!

 

你可能感兴趣的:(mybatis报错:Invalid bound statement (not found) 已解决)