Invalid bound statement (not found): com.taotao.mapper.TbItemMapper.selectByPrimaryKey

Invalid bound statement (not found): com.taotao.mapper.TbItemMapper.selectByPrimaryKey

Invalid bound statement 找不到sqlMapper映射文件

 

在pom文件中加入:

 1   <build>
 2         <resources>
 3             <resource>
 4                 <directory>src/main/java</directory>
 5                 <includes>
 6                     <include>**/*.properties</include>
 7                     <include>**/*.xml</include>
 8                 </includes>
 9                 <filtering>false</filtering>
10             </resource>
11         </resources>
12     </build>

 

posted @ 2019-05-20 16:56  司徒二条  阅读(250)  评论(0编辑  收藏  举报