Commit 616958b4 authored by Data-王博's avatar Data-王博

一分以上差异 也放到回盘中,同时加入监听系统接口

parent 1a564fa7
......@@ -7,14 +7,14 @@ rapi.xyqb.plans=http://rapi.xyqb.com/external/hubei/plans
thirdparty.api.hubei=http://116.211.134.205/Gateway/servlet/OutsiteReqServlet
api.jdbc.driverClassName=com.mysql.jdbc.Driver
api.jdbc.url=jdbc:mysql://financial-dbw.quantgroups.com:3306/financial_system_api?useUnicode=true&characterEncoding=UTF8
api.jdbc.url=jdbc:mysql://db-finacial.quantgroups.com:3306/financial_system_api?useUnicode=true&characterEncoding=UTF8
api.jdbc.username=finacial_api_w
api.jdbc.password=RwuSld9PcCtkfk48mdOUYnb8xXnNOPIT
api.jdbc.maxActive=500
api.jdbc.minIdle=20
system.jdbc.driverClassName=com.mysql.jdbc.Driver
system.jdbc.url=jdbc:mysql://fsdb.xyqb.com:3306/financial_system?useUnicode=true&characterEncoding=UTF8
system.jdbc.url=jdbc:mysql://db-finacial.quantgroups.com:3306/financial_system?useUnicode=true&characterEncoding=UTF8
system.jdbc.username=financial_sys_w
system.jdbc.password=ZKsGOU6dqgpXfQ68hqXsDEuZoamZMJj4
system.jdbc.maxActive=200
......
......@@ -7,9 +7,9 @@
</appender>
<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>/home/quant_group/logs/${log_name}financial_system_api.log</file>
<file>/home/quant_group/logs/financial_system_api.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>/home/quant_group/logs/${log_name}financial_system_api.log.%d{yyyy-MM-dd}.bak</fileNamePattern>
<fileNamePattern>/home/quant_group/logs/financial_system_api.log.%d{yyyy-MM-dd}.bak</fileNamePattern>
<maxHistory>90</maxHistory>
</rollingPolicy>
<layout class="ch.qos.logback.classic.PatternLayout">
......
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