浏览代码

Merge branch 'dev' of chenweida/jw2.0 into dev

chenweida 7 年之前
父节点
当前提交
88f5f96517
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      app/app-iot-server/pom.xml

+ 9 - 0
app/app-iot-server/pom.xml

@ -253,6 +253,15 @@
            <resource>
                <!--打包的时候把resources下的资源移到classpath下-->
                <directory>${basedir}/src/main/webapp</directory>
                <targetPath>${project.build.directory}/classes</targetPath>
                <includes>
                    <include>**/**</include>
                </includes>
            </resource>
            <resource>
                <!--打包的时候把resources下的资源移到classpath下-->
                <directory>${basedir}/src/main/resources</directory>
                <targetPath>${project.build.directory}/classes</targetPath>
                <includes>
                    <include>**/**</include>
                </includes>