From 61780638454d25ae6184346f990602acef8cf5ce Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期四, 24 九月 2026 11:52:44 +0800
Subject: [PATCH] config(database): 更新数据库连接端口配置
---
yudao-server/src/main/resources/application-thzy.yaml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yudao-server/src/main/resources/application-thzy.yaml b/yudao-server/src/main/resources/application-thzy.yaml
index ce41a6e..22c2a28 100644
--- a/yudao-server/src/main/resources/application-thzy.yaml
+++ b/yudao-server/src/main/resources/application-thzy.yaml
@@ -68,7 +68,7 @@
primary: master
datasource:
master:
- url: jdbc:mysql://172.17.0.1:3306/mom-thzynew?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 杩炴帴鐨勭ず渚�
+ url: jdbc:mysql://172.17.0.1:9000/mom-thzynew?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 杩炴帴鐨勭ず渚�
username: root
password: xinjiang@123456..
--
Gitblit v1.9.3