From 95da7870f87ec42dbd572aba040492c881fe0b9c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 05 Jun 2020 15:35:21 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin.git --- src/main/resources/application-test.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 92a30d3..98f6ea1 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -93,9 +93,9 @@ app: debug: true redis_expire: 3000 - kline-update-job: true - newest-price-update-job: true - other-job: true + kline-update-job: false + newest-price-update-job: false + other-job: false rabbit-consumer: false aliyun: -- Gitblit v1.9.1