From fc0a29e944f4b3e3ddda20c39d2842d93a25f621 Mon Sep 17 00:00:00 2001 From: wangzhiwei Date: Thu, 29 Jan 2026 17:47:06 +0800 Subject: [PATCH] =?UTF-8?q?config(redis):=20=E6=9B=B4=E6=96=B0Redis?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改Redis服务器主机地址从43.248.97.33到43.248.97.19 - 调整Redis端口号从16380更改为16379 - 更换Redis密码认证信息 --- src/main/resources/application-common.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-common.yml b/src/main/resources/application-common.yml index f7fd407..f87aa45 100644 --- a/src/main/resources/application-common.yml +++ b/src/main/resources/application-common.yml @@ -2,7 +2,7 @@ common: # Redis配置 redis: - host: 43.248.97.33 - port: 16380 - password: 5Qsd1rTx3S7rKs0A + host: 43.248.97.19 + port: 16379 + password: 654321 database: 1