From 345d68fda0327f164240fea7e4dbd8a5f83faf19 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期五, 06 三月 2026 10:46:46 +0800
Subject: [PATCH] 服务器上传路径修改

---
 src/main/resources/application-kthg.yml |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/application-kthg.yml b/src/main/resources/application-kthg.yml
index 60b0e16..de4ce69 100644
--- a/src/main/resources/application-kthg.yml
+++ b/src/main/resources/application-kthg.yml
@@ -7,7 +7,8 @@
   # 鐗堟潈骞翠唤
   copyrightYear: 2025
   # 鏂囦欢璺緞 绀轰緥锛� Windows閰嶇疆D:/ruoyi/uploadPath锛孡inux閰嶇疆 /home/ruoyi/uploadPath锛�
-  profile: D:/ruoyi/uploadPath
+#  profile: D:/ruoyi/uploadPath
+  profile: /home/ruoyi/uploadPath
 
   # 鑾峰彇ip鍦板潃寮�鍏�
   addressEnabled: false
@@ -16,10 +17,18 @@
   # 鍗忓悓瀹℃壒缂栧彿鍓嶇紑(閰嶇疆鏂囦欢鍚庣紑鍛藉悕)
   approvalNumberPrefix: NEW
 
+  getui:
+    appId: D4ahd3xp0h8d2NpkVuUcD
+    appKey: 98DgkPBuUxAPO4w0iHIYW9
+    masterSecret: bZc5gi5A8g9x0tG4MaKvd4
+    domain: https://restapi.getui.cn/v2/
+    # 绂荤嚎鎺ㄩ�佷娇鐢ㄧ殑鍖呭悕/缁勪欢鍚�
+    intentComponent: uni.app.UNIAE016D6/io.dcloud.PandoraEntry
+
 # 寮�鍙戠幆澧冮厤缃�
 server:
   # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
-  port: 8888
+  port: 9011
   servlet:
     # 搴旂敤鐨勮闂矾寰�
     context-path: /
@@ -65,7 +74,7 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-#        url: jdbc:mysql://localhost:3306/product-inventory-management-new?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        #        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
         username: root
         password: xd@123456..
@@ -139,14 +148,14 @@
   redis:
     # 鍦板潃
     host: 127.0.0.1
-    #    host: 172.17.0.1
+#    host: 172.17.0.1
     # 绔彛锛岄粯璁や负6379
     port: 6379
     # 鏁版嵁搴撶储寮�
     database: 0
     # 瀵嗙爜
     #    password: root2022!
-    password:
+    password: 123456
 
     # 杩炴帴瓒呮椂鏃堕棿
     timeout: 10s
@@ -244,5 +253,7 @@
   allowOverwrite: false
 
 file:
-  temp-dir: D:/ruoyi/temp/uploads   # 涓存椂鐩綍
-  upload-dir: D:/ruoyi/prod/uploads # 姝e紡鐩綍
\ No newline at end of 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

--
Gitblit v1.9.3