From e46fb4ec97103f59ace88ac3498ab9852068cd80 Mon Sep 17 00:00:00 2001 From: philip <244793088@qq.com> Date: Mon, 26 Jul 2021 10:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/src/main/resources/application-qas.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/console/src/main/resources/application-qas.yml b/console/src/main/resources/application-qas.yml index fc3fd914..b7ea9c6a 100644 --- a/console/src/main/resources/application-qas.yml +++ b/console/src/main/resources/application-qas.yml @@ -33,4 +33,8 @@ ftp: #打印服务器配置 print: - server: http://localhost:8080/CodeSoftPrintWeb/printService \ No newline at end of file + server: http://localhost:8080/CodeSoftPrintWeb/printService + +activeMq: + sendWeChatMessage: tcp://localhost:61616?wireFormat.maxInactivityDuration=0 + queue: send.weChat.notice \ No newline at end of file