|
@@ -77,17 +77,17 @@
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
</activation>
|
|
|
</profile>
|
|
|
-<!-- <profile>-->
|
|
|
-<!-- <id>prod</id>-->
|
|
|
-<!-- <properties>-->
|
|
|
-<!-- <profiles.active>prod</profiles.active>-->
|
|
|
-<!-- <logging.level>warn</logging.level>-->
|
|
|
-<!-- </properties>-->
|
|
|
-<!-- <activation>-->
|
|
|
-<!-- <!– 默认环境 –>-->
|
|
|
-<!-- <activeByDefault>false</activeByDefault>-->
|
|
|
-<!-- </activation>-->
|
|
|
-<!-- </profile>-->
|
|
|
+ <profile>
|
|
|
+ <id>prod</id>
|
|
|
+ <properties>
|
|
|
+ <profiles.active>prod</profiles.active>
|
|
|
+ <logging.level>warn</logging.level>
|
|
|
+ </properties>
|
|
|
+ <activation>
|
|
|
+ <!-- 默认环境 -->
|
|
|
+ <activeByDefault>false</activeByDefault>
|
|
|
+ </activation>
|
|
|
+ </profile>
|
|
|
</profiles>
|
|
|
|
|
|
<!-- 依赖声明 -->
|