Commit 1b355f17 authored by 竹天卫's avatar 竹天卫

部署测试

parent 3649c053
...@@ -204,9 +204,9 @@ ...@@ -204,9 +204,9 @@
<properties> <properties>
<env>dev</env><!-- 节点名字environment是自己随意取的 --> <env>dev</env><!-- 节点名字environment是自己随意取的 -->
</properties> </properties>
<!--<activation> <activation>
<activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt; <activeByDefault>true</activeByDefault><!-- 默认激活该profile节点-->
</activation>--> </activation>
</profile> </profile>
<profile> <profile>
<!-- 生产环境 --> <!-- 生产环境 -->
...@@ -224,9 +224,9 @@ ...@@ -224,9 +224,9 @@
<properties> <properties>
<env>show</env> <env>show</env>
</properties> </properties>
<activation> <!--<activation>
<activeByDefault>true</activeByDefault><!-- 默认激活该profile节点--> <activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt;
</activation> </activation>-->
</profile> </profile>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment