From a230cb1c311810bd46623d2e24a23a005dafd257 Mon Sep 17 00:00:00 2001 From: Parker Date: Tue, 15 Sep 2020 20:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0Redis=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E8=AE=A2=E9=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opsli-web/src/main/resources/application.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/opsli-web/src/main/resources/application.yaml b/opsli-web/src/main/resources/application.yaml index 0810f679..21ce2e4b 100644 --- a/opsli-web/src/main/resources/application.yaml +++ b/opsli-web/src/main/resources/application.yaml @@ -56,6 +56,9 @@ spring: #redis 配置 redis: + # 开启消息订阅 + pushsub: + enable: true lettuce: pool: max-active: 8 #最大连接数据库连接数,设 0 为没有限制