소스 검색

修改redis6

hanqingsong 1 년 전
부모
커밋
91cf3259f7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/bootstrap-dev.yml

+ 2 - 2
src/main/resources/bootstrap-dev.yml

@@ -21,8 +21,8 @@ spring:
21 21
     store-type: redis
22 22
   redis:
23 23
     database: 0
24
-    host: 101.36.160.140
25
-    port: 10316
24
+    host: 172.16.0.36
25
+    port: 6379
26 26
     password: admin@1234
27 27
     timeout: 3000ms
28 28
     jedis: