From 070ded4549fc048fd5d2622326d558878f607aa2 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Sep 2020 16:13:56 +0800
Subject: [PATCH] 20200911

---
 src/main/resources/application-test.yml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 45a0feb..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
@@ -98,9 +98,9 @@
   #日线 该任务不能与最新价处于同一个服务器
   day-line: true
   other-job: true
-  loop-job: true
-  rabbit-consumer: true
-  block-job: true
+  loop-job: false
+  rabbit-consumer: false
+  block-job: false
 
 aliyun:
   oss:

--
Gitblit v1.9.1