From 82dfeaa3fcf871cb604e82abcc8a6db7581e83a2 Mon Sep 17 00:00:00 2001 From: zainali5120 <512061637@qq.com> Date: Mon, 21 Sep 2020 00:59:54 +0800 Subject: [PATCH] 撮合交易代码提交 --- src/main/resources/application-test.yml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 45a0feb..732bfb1 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: @@ -96,7 +96,8 @@ kline-update-job: false newest-price-update-job: true #日线 该任务不能与最新价处于同一个服务器 - day-line: true + trade: true + day-line: false other-job: true loop-job: true rabbit-consumer: true -- Gitblit v1.9.1