From 82c7755f873cfa36a0005f4b377f071fef426624 Mon Sep 17 00:00:00 2001 From: 79493 <794930212@qq.com> Date: Fri, 19 May 2023 18:15:43 +0800 Subject: [PATCH] =?UTF-8?q?redis=20=E5=AF=86=E7=A0=81=E7=BA=BF=E4=B8=8A?= =?UTF-8?q?=E8=A6=81password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inventory-ent/src/main/resources/application-yun.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory-ent/src/main/resources/application-yun.yml b/inventory-ent/src/main/resources/application-yun.yml index 42432d5..ac60954 100644 --- a/inventory-ent/src/main/resources/application-yun.yml +++ b/inventory-ent/src/main/resources/application-yun.yml @@ -3,8 +3,9 @@ server: spring: redis: - #host: 172.27.181.247 - host: 127.0.0.1 + host: 172.27.181.247 + password: gzQdzRedis + #host: 127.0.0.1 # 进入哨兵项目-这个端口就不用了,除非是单体 port: 8011 # sentinel: @@ -17,7 +18,6 @@ spring: min-idle: 0 max-wait: 100 shutdown-timeout: 50000 - Auth: gzQdzRedis servlet: multipart: enabled: true