Commit 96fa5639 by guanchen

12月结算上线

parent 64a2c08b
......@@ -173,10 +173,10 @@
<providers-path>/data/java/service</providers-path>
<!--<providers-path>/Users/chen/Develop/workspace/partner/data/release/dev</providers-path>-->
</properties>
<!-- 默认是本地开发环境 -->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<!--&lt;!&ndash; 默认是本地开发环境 &ndash;&gt;-->
<!--<activation>-->
<!--<activeByDefault>true</activeByDefault>-->
<!--</activation>-->
</profile>
<profile>
<!-- 生产环境 -->
......@@ -192,7 +192,10 @@
<logfile_path>/data/logs2/huhu/lanren</logfile_path>
<providers-path>/data/java/service</providers-path>
</properties>
<!--跑线上结算时开启-->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
......
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