pom修改
This commit is contained in:
parent
2eb9960f23
commit
c92fe69051
|
@ -37,9 +37,9 @@
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>xel</id> <!--本地环境-->
|
<id>local</id> <!--本地环境-->
|
||||||
<properties>
|
<properties>
|
||||||
<profile.active>xel</profile.active>
|
<profile.active>local</profile.active>
|
||||||
</properties>
|
</properties>
|
||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
|
@ -57,4 +57,4 @@
|
||||||
<finalName>kangarooDataCenterV3</finalName>
|
<finalName>kangarooDataCenterV3</finalName>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue