maven项目的资源扫描路径(目前针对于 mybatis 的 mapper.xml)

<resources>
<resource>
<!-- 描述存放资源的目录,该路径相对POM路径-->
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
posted @ 2020-08-03 16:29  小山鸡  阅读(519)  评论(0编辑  收藏  举报