From 15f2eb9a0ca98ab5cabeb163cbcb74fc9dfe6d66 Mon Sep 17 00:00:00 2001 From: BertrandC <846965381@qq.com> Date: Thu, 20 Mar 2025 18:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E4=B8=8Eredis?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sf-vertx/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sf-vertx/src/main/resources/application.yml b/sf-vertx/src/main/resources/application.yml index 8582c70..17b3643 100644 --- a/sf-vertx/src/main/resources/application.yml +++ b/sf-vertx/src/main/resources/application.yml @@ -47,11 +47,11 @@ spring: # redis 配置 redis: # 地址 - host: 10.56.3.39 # + host: 192.168.1.23 # # 端口,默认为6379 - port: 6379 # + port: 22002 # # 数据库索引 - database: 2 + database: 1 # 密码 password: # 连接超时时间