From effab9619e17b97ac98b035eaa64ba99b27f5dc6 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 14 Apr 2026 11:13:28 +0800
Subject: [PATCH] 1

---
 trading-order-admin/src/main/resources/application-dev.yml |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 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..df25ed8 100644
--- a/trading-order-admin/src/main/resources/application-dev.yml
+++ b/trading-order-admin/src/main/resources/application-dev.yml
@@ -9,9 +9,9 @@
       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://104.219.208.164:3306/trading_order_zh?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
+    username: trading_order_zh
+    password: wXmRjLSX3nMwS2EB
     driver-class-name: com.mysql.jdbc.Driver
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
@@ -20,7 +20,7 @@
       # 最小连接池数量
       min-idle: 20
       # 最大连接池数量
-      max-active: 50
+      max-active: 100
       # 获取连接时最大等待时间,单位毫秒。
       # 配置了maxWait之后,缺省启用公平锁,并发效率会有所下降,如果需要可以通过配置useUnfairLock属性为true使用非公平锁。
       max-wait: 6000
@@ -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
@@ -102,22 +102,23 @@
       host: ${spring.redis.host}
       port: ${spring.redis.port}
 #      password: ${spring.redis.password}
-      database: 11
+      database: 0
 
 db:
   ip: localhost
-  port: 6306
+  port: 3306
   database.name: root
   username: root
-  password: root
+  password: b451ebeac304a78c
   backup.path: /backup
 
 http.server.host: http://localhost:8080/images/
 admin_rest_url: https://enjdhdg.site/api
-images.dir: /mydata/img/
+images.dir: /www/wwwroot/img/
 admin_url: https://localhost:8080/admin
 web_url: http://localhost:8080/wap/
-images_http: https://syimg.yanshiz.com/
+images_http: https://img.dpcex.com/
+api_http: https://api.dpcex.com/
 email:
   host: smtp.gmail.com
   username: coinzne.com@gmail.com

--
Gitblit v1.9.3