From 3c877908407aa4c3cf2713b9d024e0588f19fa81 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期六, 14 三月 2026 16:06:32 +0800
Subject: [PATCH] 坤泰化工配置更改

---
 src/main/resources/application-kthg.yml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application-kthg.yml b/src/main/resources/application-kthg.yml
index de4ce69..72ab6b4 100644
--- a/src/main/resources/application-kthg.yml
+++ b/src/main/resources/application-kthg.yml
@@ -8,7 +8,7 @@
   copyrightYear: 2025
   # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/uploadPath锛孡inux閰嶇疆 /home/ruoyi/uploadPath锛�
 #  profile: D:/ruoyi/uploadPath
-  profile: /home/ruoyi/uploadPath
+  profile: /javaWork/product-inventory-management/file
 
   # 鑾峰彇ip鍦板潃寮�鍏�
   addressEnabled: false
@@ -75,7 +75,7 @@
       # 涓诲簱鏁版嵁婧�
       master:
         #        url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
-        url: jdbc:mysql://1.15.17.182:9999/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://172.17.0.1:3306/product-inventory-management-kthg?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
         password: xd@123456..
       # 浠庡簱鏁版嵁婧�
@@ -147,15 +147,15 @@
   # redis 閰嶇疆
   redis:
     # 鍦板潃
-    host: 127.0.0.1
-#    host: 172.17.0.1
+#    host: 127.0.0.1
+    host: 172.17.0.1
     # 绔彛锛岄粯璁や负6379
     port: 6379
     # 鏁版嵁搴撶储寮�
     database: 0
     # 瀵嗙爜
-    #    password: root2022!
-    password: 123456
+    password:
+#    password: 123456
 
     # 杩炴帴瓒呮椂鏃堕棿
     timeout: 10s
@@ -255,5 +255,5 @@
 file:
 #  temp-dir: D:/ruoyi/temp/uploads   # 涓存椂鐩綍
 #  upload-dir: D:/ruoyi/prod/uploads # 姝e紡鐩綍
-  temp-dir: /home/ruoyi/temp/uploads
-  upload-dir: /home/ruoyi/prod/uploads
\ No newline at end of file
+  temp-dir: /javaWork/product-inventory-management/file/temp/uploads
+  upload-dir: /javaWork/product-inventory-management/file/prod/uploads

--
Gitblit v1.9.3