From c272cabfe3814857218601ae7aa61b5923d7d4ec Mon Sep 17 00:00:00 2001
From: zyy <zyy@email.com>
Date: Tue, 14 Apr 2026 11:56:02 +0800
Subject: [PATCH] 1

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

diff --git a/trading-order-admin/src/main/resources/application-dev.yml b/trading-order-admin/src/main/resources/application-dev.yml
index 150abff..a1fadd2 100644
--- a/trading-order-admin/src/main/resources/application-dev.yml
+++ b/trading-order-admin/src/main/resources/application-dev.yml
@@ -10,8 +10,8 @@
   datasource:
     # 东八区时区
     url: jdbc:mysql://127.0.0.1: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: root
-    password: 4aa0e7d1e06bb8dd
+    username: trading_order_zh
+    password: wXmRjLSX3nMwS2EB
     driver-class-name: com.mysql.jdbc.Driver
     type: com.alibaba.druid.pool.DruidDataSource
     druid:
@@ -117,7 +117,7 @@
 images.dir: /www/wwwroot/img/
 admin_url: https://localhost:8080/admin
 web_url: http://localhost:8080/wap/
-images_http: https://img.crypt.bond/
+images_http: https://imgus.wbtworld.com/
 email:
   host: smtp.gmail.com
   username: coinzne.com@gmail.com

--
Gitblit v1.9.3