yangdamao 1 년 전
부모
커밋
9b0c04aa7e
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      zhongzheng-admin-data/src/main/resources/application-dev.yml
  2. 1 1
      zhongzheng-admin-data/src/main/resources/application-pre.yml

+ 2 - 2
zhongzheng-admin-data/src/main/resources/application-dev.yml

@@ -49,13 +49,13 @@ spring:
     # redis 配置
     redis:
         # 地址
-        host: 192.168.1.222
+        host: 172.18.19.227
         # 端口,默认为6379
         port: 6379
         # 数据库索引
         database: 0
         # 密码
-        password: zhongzheng2021_redis
+        password: zhongzheng@@2024
         # 连接超时时间
         timeout: 10s
         lettuce:

+ 1 - 1
zhongzheng-admin-data/src/main/resources/application-pre.yml

@@ -49,7 +49,7 @@ spring:
     # redis 配置
     redis:
         # 地址
-        host: 192.168.1.222
+        host: 172.18.19.227
         # 端口,默认为6379
         port: 6379
         # 数据库索引