From 7aaa9fb4f147ab35fe4aed28c8dba9888f1ac381 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Tue, 14 Jun 2022 20:25:18 +0800 Subject: [PATCH] fix --- src/main/resources/application-test.yml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 6682654..12a23ba 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -2,7 +2,7 @@ datasource: dynamic: # 是否开启 SQL日志输出,生产环境建议关闭,有性能损耗 - p6spy: false + p6spy: true hikari: connection-timeout: 30000 max-lifetime: 1800000 @@ -22,7 +22,7 @@ redis: # Redis数据库索引(默认为 0) - database: 0 + database: 9 # Redis服务器地址 host: 120.27.238.55 # Redis服务器连接端口 @@ -50,4 +50,5 @@ system: online-transfer: true - chain-listener: true \ No newline at end of file + chain-listener: true + trade-job: true -- Gitblit v1.9.1