Invalid bound statement (not found): com.ycy.system.mapper.UserMapper.selectByPrimaryKey

【已解决】Invalid bound statement (not found): com.ycy.system.mapper.UserMapper.selectByPrimaryKey

在pom.xml文件中加上:

<!--手动指定资源文件夹-->
  <resources>
     <resource>
         <directory>src/main/java</directory>
           <includes>
              <include>**/*.xml</include>
           </includes>
     </resource>
 </resources>

猜你喜欢

转载自blog.csdn.net/weixin_43725517/article/details/109538719