From dc4f084a89f735307b76a2e4222808d58e1a9043 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 16 五月 2026 11:05:07 +0800
Subject: [PATCH] chore: 配置文件修改

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

diff --git a/src/main/resources/application-jhy.yml b/src/main/resources/application-jhy.yml
index 977d06f..8b99569 100644
--- a/src/main/resources/application-jhy.yml
+++ b/src/main/resources/application-jhy.yml
@@ -28,7 +28,7 @@
 # 寮�鍙戠幆澧冮厤缃�
 server:
   # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
-  port: 7003
+  port: 9003
   servlet:
     # 搴旂敤鐨勮闂矾寰�
     context-path: /
@@ -71,7 +71,7 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-        url: jdbc:mysql://223.15.233.27:9000/product-inventory-management-jhy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://172.17.0.1:9000/product-inventory-management-jhy?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
         password: JHY20260510.
       # 浠庡簱鏁版嵁婧�

--
Gitblit v1.9.3