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

部署测试

parent 3649c053
......@@ -204,9 +204,9 @@
<properties>
<env>dev</env><!-- 节点名字environment是自己随意取的 -->
</properties>
<!--<activation>
<activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt;
</activation>-->
<activation>
<activeByDefault>true</activeByDefault><!-- 默认激活该profile节点-->
</activation>
</profile>
<profile>
<!-- 生产环境 -->
......@@ -224,9 +224,9 @@
<properties>
<env>show</env>
</properties>
<activation>
<activeByDefault>true</activeByDefault><!-- 默认激活该profile节点-->
</activation>
<!--<activation>
<activeByDefault>true</activeByDefault>&lt;!&ndash; 默认激活该profile节点&ndash;&gt;
</activation>-->
</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