From c41c4bf20db7e287cbc3e7dcfa3a332499e5dbf4 Mon Sep 17 00:00:00 2001 From: zainali5120 <512061637@qq.com> Date: Tue, 13 Oct 2020 16:00:13 +0800 Subject: [PATCH] RFNC交易所 --- src/main/resources/application-test.yml | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 98f6ea1..d36e69b 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -7,9 +7,9 @@ profiles: active: dev datasource: - url: jdbc:mysql://120.27.238.55:3306/kss_framework?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 - username: ct_test - password: 123456 + url: jdbc:mysql://47.114.114.219:3306/db_roc?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 + username: roc_user + password: roc123pasd!@ driver-class-name: com.mysql.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource druid: @@ -91,12 +91,17 @@ app: - debug: true + debug: false redis_expire: 3000 kline-update-job: false - newest-price-update-job: false - other-job: false + newest-price-update-job: true + #日线 该任务不能与最新价处于同一个服务器 + trade: true + day-line: false + other-job: true + loop-job: true rabbit-consumer: false + block-job: true aliyun: oss: -- Gitblit v1.9.1