|
|
|
@ -307,11 +307,11 @@
|
|
|
|
|
|
|
|
|
|
<finalName>SPMS_SERVER</finalName>
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skip>true</skip>
|
|
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
@ -340,7 +340,6 @@
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
@ -349,28 +348,32 @@
|
|
|
|
|
<!--生产-->
|
|
|
|
|
<id>pro</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profiled.active>pro</profiled.active>
|
|
|
|
|
<profiles.active>pro</profiles.active>
|
|
|
|
|
</properties>
|
|
|
|
|
<!--是否默认,默认打包开发环境配置-->
|
|
|
|
|
<activation>
|
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
|
</activation>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<!--开发-->
|
|
|
|
|
<id>dev</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profiled.active>dev</profiled.active>
|
|
|
|
|
<profiles.active>dev</profiles.active>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<!--测试1-->
|
|
|
|
|
<id>test1</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profiled.active>test1</profiled.active>
|
|
|
|
|
<profiles.active>test1</profiles.active>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
<profile>
|
|
|
|
|
<!--测试2-->
|
|
|
|
|
<id>test2</id>
|
|
|
|
|
<properties>
|
|
|
|
|
<profiled.active>test2</profiled.active>
|
|
|
|
|
<profiles.active>test2</profiles.active>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|