Commit dd3b2374 authored by Data-王博's avatar Data-王博

湖北消金 - 修改请求频次时间 一分钟一次 用于测试

parent 3a57a0d6
......@@ -149,6 +149,6 @@ public class HubeiCFCField {
public static final String defaultCode = "-1";
}
public static Integer thirtyMintes = 30;
public static Integer tenMinutes = 10;
public static Integer thirtyMintes = 1;
public static Integer tenMinutes = 1;
}
......@@ -8,16 +8,16 @@ thirdparty.api.hubei=http://116.211.134.215/Gateway/servlet/OutsiteReqServlet
#thirdparty.api.hubei=http://127.0.0.1/Gateway/servlet/OutsiteReqServlet
api.jdbc.driverClassName=com.mysql.jdbc.Driver
api.jdbc.url=jdbc:mysql://127.0.0.1:3306/financial_system_api?useUnicode=true&characterEncoding=UTF8
api.jdbc.username=root
api.jdbc.password=root
api.jdbc.url=jdbc:mysql://192.168.4.16:3306/financial_system_api?useUnicode=true&characterEncoding=UTF8
api.jdbc.username=qa
api.jdbc.password=qatest
api.jdbc.maxActive=500
api.jdbc.minIdle=20
system.jdbc.driverClassName=com.mysql.jdbc.Driver
system.jdbc.url=jdbc:mysql://127.0.0.1:3306/financial_system?useUnicode=true&characterEncoding=UTF8
system.jdbc.username=root
system.jdbc.password=root
system.jdbc.url=jdbc:mysql://192.168.4.16:3306/financial_system?useUnicode=true&characterEncoding=UTF8
system.jdbc.username=qa
system.jdbc.password=qatest
system.jdbc.maxActive=200
system.jdbc.minIdle=20
......
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