Browse Source

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

chenweida 7 years ago
parent
commit
3489aea6b0
1 changed files with 10 additions and 0 deletions
  1. 10 0
      app/app-iot-server/pom.xml

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

@ -248,5 +248,15 @@
                </configuration>
            </plugin>
        </plugins>
        <resources>
            <resource>
                <!--打包的时候把resources下的资源移到classpath下-->
                <directory>${basedir}/src/main/webapp</directory>
                <includes>
                    <include>**/**</include>
                </includes>
            </resource>
        </resources>
    </build>
</project>