gaodm 5 年 前
コミット
41c9440f6c

+ 1 - 1
config-server/src/main/resources/shared/gateway-service-dev.yml

@@ -19,7 +19,7 @@ spring:
     database:
       cache: 0 # Redis限流缓存索引
     host: 192.168.2.236  #Redis服务器地址
-    port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
+    port: 6379 # Redis服务器连接端口
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
       pool:

+ 1 - 1
config-server/src/main/resources/shared/gateway-service-pre.yml

@@ -19,7 +19,7 @@ spring:
     database:
       cache: 0 # Redis限流缓存索引
     host: 192.168.2.121  #Redis服务器地址
-    port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
+    port: 6379 # Redis服务器连接端口
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
       pool:

+ 1 - 1
config-server/src/main/resources/shared/gateway-service-pro.yml

@@ -19,7 +19,7 @@ spring:
     database:
       cache: 0 # Redis限流缓存索引
     host: 192.168.2.122  #Redis服务器地址
-    port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
+    port: 6379 # Redis服务器连接端口
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
       pool:

+ 1 - 1
config-server/src/main/resources/shared/gateway-service-test.yml

@@ -19,7 +19,7 @@ spring:
     database:
       cache: 0 # Redis限流缓存索引
     host: 192.168.2.241  #Redis服务器地址
-    port: 6378 # Redis服务器连接端口(本地环境端口6378,其他环境端口是6379)
+    port: 6379 # Redis服务器连接端口
     password: lantone # Redis服务器连接密码(默认为空)
     lettuce:
       pool: