From 71b049a8efeb7c887138e51a04259e32e72a8db2 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sun, 13 Sep 2020 03:47:59 +0800 Subject: [PATCH] modify --- src/main/resources/application-test.yml | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 849fecd..3c91bf6 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -7,7 +7,7 @@ profiles: active: dev datasource: - url: jdbc:mysql://120.27.238.55:3306/kss_framework?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 + url: jdbc:mysql://120.27.238.55:3306/db_base?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 username: ct_test password: 123456 driver-class-name: com.mysql.jdbc.Driver @@ -95,9 +95,12 @@ redis_expire: 3000 kline-update-job: false newest-price-update-job: true + #日线 该任务不能与最新价处于同一个服务器 + day-line: true other-job: true - loop-job: true - rabbit-consumer: true + loop-job: false + rabbit-consumer: false + block-job: false aliyun: oss: -- Gitblit v1.9.1