From f895f77bf1b1dce8dd8a5008f809d58f1ab3ee15 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 11 May 2021 18:28:53 +0800 Subject: [PATCH] modify order usdt profit --- src/main/resources/application-test.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 4f58f05..b521816 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/db_hibit?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 + url: jdbc:mysql://120.27.238.55:3306/yunding_test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 username: ct_test password: 123456 driver-class-name: com.mysql.jdbc.Driver @@ -101,6 +101,7 @@ loop-job: true rabbit-consumer: false block-job: true + xch-job: true aliyun: oss: -- Gitblit v1.9.1