From bd46b13098ec9af44278153b076950287f85b57c Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 10 七月 2026 10:50:24 +0800
Subject: [PATCH] chore: 测试环境配置文件
---
src/main/resources/application-xyyj-test.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application-xyyj-test.yml b/src/main/resources/application-xyyj-test.yml
index 8148fa7..2fd255b 100644
--- a/src/main/resources/application-xyyj-test.yml
+++ b/src/main/resources/application-xyyj-test.yml
@@ -73,7 +73,7 @@
druid:
# 涓诲簱鏁版嵁婧�
master:
- url: jdbc:mysql://172.17.0.1:9999/product-inventory-management-xyyj?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+ url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-xyyj?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: xd@123456...
# 浠庡簱鏁版嵁婧�
--
Gitblit v1.9.3