From 9aafec73f2a5df0ccee2712505c63d44d91336c6 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期一, 28 四月 2025 14:40:09 +0800
Subject: [PATCH] 1、端口、IP、标签配置.docx文档修改:民勤配置项变化; 2、农户取水年度统计逻辑变化; 3、灌溉计划迟延时间可配置。

---
 pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml
new file mode 100644
index 0000000..91832c2
--- /dev/null
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml
@@ -0,0 +1,33 @@
+spring:
+    jpa:
+        show-sql=true:#actutor鐨剋eb绔彛
+management:
+    server:
+        port: ${pipIrr.wechat.actutorPort}
+#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8087
+server:
+    port: ${pipIrr.wechat.webPort}
+    servlet:
+        context-path: /wx #web璁块棶涓婁笅鏂囪矾寰�
+        context-parameters:
+            #GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
+            idSuffix: ${pipIrr.wechat.idSuffix}
+wechat:
+    irr:
+        plan:
+            delay: 5 #杞亴涓鍒掑紑闃�鐨勫欢杩熸椂闀�(鍒嗛挓)
+            preOpeningTime: 10 #鎻愬墠鏃堕棿(鍒嗛挓)
+#闃块噷鐭俊鏈嶅姟
+aliyun:
+    sms:
+        sms-access-key-id: LTAI5tPCmHqfyJ9YnoPorEwt
+        sms-access-key-secret: sU2CoLdNgcjnf5uPPU2dY7NNGNvOIX
+        sms-template-code: SMS_460776024
+        sms-sign-name: 澶х鑺傛按
+
+logging:
+    level:
+        com:
+            dy:
+                pipIrrGlobal:
+                    daoIr: trace
\ No newline at end of file

--
Gitblit v1.8.0