From f2b2fa19970f4e24d549a85618c9cd5f8b913387 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期四, 11 四月 2024 10:49:03 +0800 Subject: [PATCH] 部署远程redis,修改项目redis链接地址 --- hangzhoumesParent/gateway/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/gateway/src/main/resources/application.yml b/hangzhoumesParent/gateway/src/main/resources/application.yml index 2e0b3d4..8776a14 100644 --- a/hangzhoumesParent/gateway/src/main/resources/application.yml +++ b/hangzhoumesParent/gateway/src/main/resources/application.yml @@ -6,7 +6,7 @@ cloud: nacos: discovery: - server-addr: 127.0.0.1:8848 + server-addr: 10.153.19.150:8848 gateway: discovery: locator: -- Gitblit v1.8.0