报错:Invalid bound statement (not found): org.example.mapper.ZoneInfoMapper.getAll
错误
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): org.example.mapper.ZoneInfoMapper.getAll
解决方法
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.properties</include>
<include>**/*.ini</include>
</includes>
</resource>
</resources>
posted on 2023-09-27 14:39 yffs168169 阅读(39) 评论(0) 编辑 收藏 举报