maven 编译 -dao 包中的mapper.xml没有编译到targger中

Posted study_well_

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven 编译 -dao 包中的mapper.xml没有编译到targger中相关的知识,希望对你有一定的参考价值。

在配置文件中添加如下节点  

  <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.xml</include> </includes> <filtering>true</filtering> </resource> </resources>


以上是关于maven 编译 -dao 包中的mapper.xml没有编译到targger中的主要内容,如果未能解决你的问题,请参考以下文章

maven依赖本地非repository中的jar包

如何使用 Maven 运行特定包中的所有测试?

maven scope使用和理解

编译包中的 Servlet

如何在maven中排除jar包中引入的另一个jar包

maven-过滤不打入包的文件