From 5a2c2a817b0f0890ae0acf095628ace8352c5368 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 30 Aug 2024 14:49:38 +0800 Subject: [PATCH] 2024-08-30 --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cc467b07..0c80a9c7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -42,9 +42,9 @@ spring: redis: open: true # 是否开启redis缓存 true开启 false关闭 database: 0 - host: 127.0.0.1 + host: 192.168.1.83 port: 6379 - password: 123456 # 密码(默认为空) + password: xujieredis # 密码(默认为空) timeout: 6000ms # 连接超时时长(毫秒) jedis: pool: