From 535f1c75f3c9f9120c15aa9bbb0fc2f0107f9bcd Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 26 五月 2026 09:03:46 +0800
Subject: [PATCH] fix(config): 更新数据库连接地址

---
 src/main/resources/application-oa.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application-oa.yml b/src/main/resources/application-oa.yml
index 43af63d..3542066 100644
--- a/src/main/resources/application-oa.yml
+++ b/src/main/resources/application-oa.yml
@@ -73,7 +73,7 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://172.17.0.2:3306/product-inventory-management-oa?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
         password: oa@123456..
       # 浠庡簱鏁版嵁婧�

--
Gitblit v1.9.3