|
|
|
@ -14,7 +14,6 @@
|
|
|
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
|
|
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
<!-- <packaging>jar</packaging>-->
|
|
|
|
|
<properties>
|
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
|
</properties>
|
|
|
|
@ -38,7 +37,7 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<version>2.5.6</version>
|
|
|
|
|
<version>${spring-boot-dependencies.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -89,15 +88,9 @@
|
|
|
|
|
<resources>
|
|
|
|
|
<resource>
|
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
|
<!-- 打包时排除src/main/resources下的所有以.properties .yml .xml为后缀的配置文件-->
|
|
|
|
|
<!-- <excludes>-->
|
|
|
|
|
<!-- <exclude>**/*.properties</exclude>-->
|
|
|
|
|
<!-- <exclude>**/*.yml</exclude>-->
|
|
|
|
|
<!-- <exclude>**/*.xml</exclude>-->
|
|
|
|
|
<!-- </excludes>-->
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
|
|
|
|
<finalName>xymanager-admin</finalName>
|
|
|
|
|
<finalName>xymanager</finalName>
|
|
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|
|
|
|
|