浏览代码

Merge branch 'dev' of chenweida/patient-co-management into dev

chenweida 7 年之前
父节点
当前提交
897a82e714
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      patient-co/patient-co-wlyy/pom.xml

+ 5 - 0
patient-co/patient-co-wlyy/pom.xml

@ -448,6 +448,11 @@
                <includes>
                    <include>**/**</include>
                </includes>
                <!--防止以下两个文件编译的时候出现在项目根目录中,打包的时候还是会打包进去这2个文件-->
                <excludes>
                    <exclude>downloadPage.html</exclude>
                    <exclude>ssgg_doctor.plist</exclude>
                </excludes>
            </resource>
            <resource>
                <!--打包的时候把resources下的资源移到classpath下-->