From 37d13f82ac6c7e674196247ef7e832fa0d1a3b54 Mon Sep 17 00:00:00 2001
From: zhubaomin <zhubaomin>
Date: 星期三, 06 十一月 2024 08:37:54 +0800
Subject: [PATCH] RockerMQ配置迁移到APP模块

---
 pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml |   25 ++++++++++++++++---------
 1 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
index 46e2aab..8375871 100644
--- a/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
+++ b/pipIrr-platform/pipIrr-global/src/main/resources/application-global.yml
@@ -1,3 +1,9 @@
+spring:
+    servlet:
+        multipart:
+            # 鍓嶇涓婁紶鏂囦欢锛岄檺鍒跺崟涓枃浠剁殑澶у皬鍜岄檺鍒舵墍鏈夋枃浠剁殑澶у皬
+            max-file-size: 500MB
+            max-request-size: 5000MB
 logging:
     charset:
         console: UTF-8
@@ -76,8 +82,8 @@
     nginx:
         webPort: 54321
     mw:
-        webPort: 8070
-        actutorPort: 9070
+        webPort: 8070 #閫氫俊涓棿浠朵腑搴旂敤锛屼笉鑳藉湪web妯″潡绯荤粺涓簲鐢�
+        actutorPort: 9070 #閫氫俊涓棿浠朵腑搴旂敤锛屼笉鑳藉湪web妯″潡绯荤粺涓簲鐢�
         idSuffix: 0
     sso:
         cacheMaximumSize: 10000 #鐧诲綍鐢ㄦ埛缂撳瓨鍙紦瀛樼敤鎴风殑鏈�澶у��
@@ -289,7 +295,7 @@
 #椤圭洰缂栧彿
 #projectCode:
 #    ym: 100
-#    pj: 101
+#    sp: 101
 
 #椤圭洰閰嶇疆
 project:
@@ -309,10 +315,10 @@
         comSendUrl: "http://127.0.0.1:8070/rtuMw/com/send"
         rtuLogFileUrl: "http://127.0.0.1:8070/rtuMw/com/rtuLogFile"
         rtuLogTextUrl: "http://127.0.0.1:8070/rtuMw/com/rtuLogText"
-    pj:
-        comSendUrl: "http://127.0.0.1:8071/rtuMw/com/send"
-        rtuLogFileUrl: "http://127.0.0.1:8071/rtuMw/com/rtuLogFile"
-        rtuLogTextUrl: "http://127.0.0.1:8071/rtuMw/com/rtuLogText"
+    sp:
+        comSendUrl: "http://127.0.0.1:8073/rtuMw/com/send"
+        rtuLogFileUrl: "http://127.0.0.1:8073/rtuMw/com/rtuLogFile"
+        rtuLogTextUrl: "http://127.0.0.1:8073/rtuMw/com/rtuLogText"
     test:
         comSendUrl: "http://127.0.0.1:8072/rtuMw/com/send"
         rtuLogFileUrl: "http://127.0.0.1:8072/rtuMw/com/rtuLogFile"
@@ -330,6 +336,7 @@
         - /wx/comRes/receive
         - /app/captcha/get
         - /file/file #web鍒嗗竷寮忔枃浠剁郴缁�
+        - /file/fm #web鍒嗗竷寮忔枃浠剁郴缁�
 
 #鑷姩缁熻閰嶇疆锛岃嚜鍔ㄧ粺璁″畾鏃朵换鍔′細姣忓ぉ瀹氭椂杩涜
 auto-statistics:
@@ -346,7 +353,7 @@
             secret: SEC6042bc964d08899a5853eb321eb5a4d842a395982777f815bd07451c879228b7
         at-all: true
         mobile: 18602657034
-    pj:
+    sp:
         enable: true #鏄惁鍚敤
         robot:
             url: https://oapi.dingtalk.com/robot/send
@@ -374,4 +381,4 @@
 #铏氭嫙鍗¢厤缃弬鏁�
 vc:
     #铏氭嫙鍗℃渶浣庝綑棰濇姤璀﹀��
-    alarmValue: 10
\ No newline at end of file
+    alarmValue: 10

--
Gitblit v1.8.0