From cdc35c146d7054d58e273aec3035387f324d6ac3 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期日, 27 四月 2025 14:12:26 +0800
Subject: [PATCH] MyBatis拦截器测试修改
---
pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 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..8a9c150
--- /dev/null
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/resources/application-self.yml
@@ -0,0 +1,34 @@
+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}
+webchat:
+ irr:
+ plan:
+ delay: 5 #杞亴涓鍒掑紑闃�鐨勫欢杩熸椂闀�
+
+
+#闃块噷鐭俊鏈嶅姟
+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