From b7e21f850f899813f397f5d2c35659bd48437990 Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 08 May 2026 10:02:44 +0800
Subject: [PATCH] refactor(gateApi): 重构网格交易服务为持续循环模式
---
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 42654084..91f5dcc 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -5,7 +5,7 @@
spring:
profiles:
- active: test
+ active: app
datasource:
url: jdbc:mysql://120.27.238.55:3406/db_base?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
username: ct_test
@@ -48,7 +48,7 @@
## redis配置
redis:
# Redis数据库索引(默认为 0)
- database: 13
+ database: 8
# Redis服务器地址
host: 120.27.238.55
# Redis服务器连接端口
@@ -102,7 +102,7 @@
rabbit-consumer: false
block-job: false
websocket: false
- quant: true
+ quant: false
aliyun:
oss:
--
Gitblit v1.9.1