From d1c9afecd8b171bf7d7dec88eb40ff6a22f76934 Mon Sep 17 00:00:00 2001 From: wyw <373811525@qq.com> Date: Thu, 8 Aug 2024 00:49:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9redis=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastbee-admin/src/main/resources/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastbee-admin/src/main/resources/application-prod.yml b/fastbee-admin/src/main/resources/application-prod.yml index 9bd4abd..76eb1c9 100644 --- a/fastbee-admin/src/main/resources/application-prod.yml +++ b/fastbee-admin/src/main/resources/application-prod.yml @@ -60,7 +60,7 @@ spring: host: localhost # 地址 port: 6379 # 端口,默认为6379 database: 0 # 数据库索引 -# password: # 密码 + password: hzwl_123 # 密码 timeout: 10s # 连接超时时间 lettuce: pool: