From bb146de0f32bfbbb516e1c25ff4873986d548673 Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Thu, 15 Jan 2026 10:41:21 +0800
Subject: [PATCH] etf

---
 trading-order-admin/src/main/resources/application-dev.yml |   26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/trading-order-admin/src/main/resources/application-dev.yml b/trading-order-admin/src/main/resources/application-dev.yml
index cfe1ac7..68a4a9d 100644
--- a/trading-order-admin/src/main/resources/application-dev.yml
+++ b/trading-order-admin/src/main/resources/application-dev.yml
@@ -9,21 +9,21 @@
       max-request-size: 100MB
   datasource:
     # 东八区时区
-    url: jdbc:mysql://18.167.175.254:6306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&serverTimezone=Europe/Paris&useLegacyDatetimeCode=false
-    username: all_t_o
-    password: jsnreC3pJDj4P2sA
+    url: jdbc:mysql://127.0.0.1:3306/all_trading_order?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=America/New_York&nullCatalogMeansCurrent=true
+    username: all_trading_order
+    password: yYkDr5JJndEZtGCe
     driver-class-name: com.mysql.jdbc.Driver
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
       # 配置初始化大小/最小/最大
-      initial-size: 20
+      initial-size: 50
       # 最小连接池数量
-      min-idle: 20
+      min-idle: 50
       # 最大连接池数量
-      max-active: 50
+      max-active: 400
       # 获取连接时最大等待时间,单位毫秒。
       # 配置了maxWait之后,缺省启用公平锁,并发效率会有所下降,如果需要可以通过配置useUnfairLock属性为true使用非公平锁。
-      max-wait: 6000
+      max-wait: 10000
       # 间隔多久进行一次检测,检测需要关闭的空闲连接
       time-between-eviction-runs-millis: 60000
       # 配置一个连接在连接池中的最小生存时间,单位毫秒。(连接保持空闲而不被驱逐的最小时间)
@@ -58,7 +58,7 @@
       config: classpath:redisson/redisson-dev.yml
       config-spider: classpath:redisson/redisson-spider.yml
     host: localhost
-    port: 6380
+    port: 6379
 #    password:
   freemarker:
     check-template-location: false
@@ -114,10 +114,12 @@
 
 http.server.host: http://localhost:8080/images/
 admin_rest_url: https://enjdhdg.site/api
-images.dir: /mydata/img/
+images.dir: /www/wwwroot/alljys/img
 admin_url: https://localhost:8080/admin
 web_url: http://localhost:8080/wap/
-images_http: https://syimg.yanshiz.com/
+images_http: https://allimg.sceazy.com/
+api_http: https://allapi.sceazy.com/
+
 email:
   host: smtp.gmail.com
   username: coinzne.com@gmail.com
@@ -130,9 +132,9 @@
 config:
   timezone:
     # 配置当前盘口存储数据使用的时区
-    record: GMT+8
+    record: America/New_York
     # 配置当前盘口展示数据使用的时区
-    show: GMT+8
+    show: America/New_York
 
 sign:
   encryption-key: d78585e683ed11eaa13f0242ac110003

--
Gitblit v1.9.3