From 841b6be7ff45a94237b88cc8905e4aa1cbc630c1 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 11 Sep 2020 15:09:56 +0800 Subject: [PATCH] modify --- src/main/resources/application-test.yml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 5b5008b..580e35b 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 @@ -91,12 +91,16 @@ app: - debug: true + debug: false redis_expire: 3000 kline-update-job: false newest-price-update-job: true + #日线 该任务不能与最新价处于同一个服务器 + day-line: true other-job: true + loop-job: true rabbit-consumer: true + block-job: true aliyun: oss: -- Gitblit v1.9.1