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 +-
 hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml     |    5 +++--
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml |    5 +++--
 hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml          |    5 +++--
 hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml         |    6 +++---
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml        |    5 +++--
 6 files changed, 16 insertions(+), 12 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:
diff --git a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
index 437e3eb..ab287dc 100644
--- a/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheGlassModule/src/main/resources/application.yml
@@ -9,14 +9,14 @@
   cloud:
     nacos:
       discovery:
-        server-addr: 127.0.0.1:8848
+        server-addr: 10.153.19.150:8848
   application:
     name: cacheGlass
   redis:
     database: 0
-    host: 192.168.56.10
+    host: 10.153.19.150
     port: 6379
-    password:
+    password: 123456
   session:
     store-type: redis
 mybatis-plus:
diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
index a537ded..29a0efb 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
@@ -10,13 +10,14 @@
   cloud:
     nacos:
       discovery:
-        server-addr: 127.0.0.1:8848
+        server-addr: 10.153.19.150:8848
   application:
     name: cacheVerticalGlass
   redis:
     database: 0
-    host: 192.168.56.10
+    host: 10.153.19.150
     port: 6379
+    password: 123456
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
index 9bc95ce..84a3bd6 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/resources/application.yml
@@ -10,13 +10,14 @@
   cloud:
     nacos:
       discovery:
-        server-addr: 127.0.0.1:8848
+        server-addr: 10.153.19.150:8848
   application:
     name: loadGlass
   redis:
     database: 0
-    host: 192.168.56.10
+    host: 10.153.19.150
     port: 6379
+    password: 123456
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
diff --git a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
index 9cc9488..bf3f011 100644
--- a/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/TemperingGlassModule/src/main/resources/application.yml
@@ -9,13 +9,14 @@
   cloud:
     nacos:
       discovery:
-        server-addr: 127.0.0.1:8848
+        server-addr: 10.153.19.150:8848
   application:
     name: temperingGlass
   redis:
     database: 0
-    host: 192.168.56.10
+    host: 10.153.19.150
     port: 6379
+    password: 123456
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:
diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
index 609b5bf..045184f 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/resources/application.yml
@@ -10,13 +10,14 @@
   cloud:
     nacos:
       discovery:
-        server-addr: 127.0.0.1:8848
+        server-addr: 10.153.19.150:8848
   application:
     name: unLoadGlass
   redis:
     database: 0
-    host: 192.168.56.10
+    host: 10.153.19.150
     port: 6379
+    password: 123456
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
   configuration:

--
Gitblit v1.8.0