Commit 96fa5639 by guanchen

12月结算上线

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