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

Invalid bound statement 找不到sqlMapper映射文件

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

在pom文件中加入:

   <build>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</build>
05-27 22:50