From 990cb5fd0c7d9813e417c6b674c1c15c48c912ce Mon Sep 17 00:00:00 2001 From: weihongyang <1075331873@qq.com> Date: Tue, 21 Jun 2022 13:39:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9yml=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=9A=84redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ym-gateway/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ym-gateway/src/main/resources/application.yml b/ym-gateway/src/main/resources/application.yml index 769bdc4..22828bf 100644 --- a/ym-gateway/src/main/resources/application.yml +++ b/ym-gateway/src/main/resources/application.yml @@ -30,10 +30,10 @@ spring: max-request-size: 100MB enabled: true redis: - database: 2 + database: 0 host: redis.picaiba.com port: 6380 - password: # 密码(默认为空) + password: '@WSXcde3' # 密码(默认为空) timeout: 6000ms # 连接超时时长(毫秒) jedis: pool: