Explorar el Código

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

chenweida hace 7 años
padre
commit
88f5f96517
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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>