소스 검색

企微主体同步客户信息

ct 3 달 전
부모
커밋
ee2d9b8a8d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      fs-service/src/main/resources/application-dev.yml

+ 2 - 0
fs-service/src/main/resources/application-dev.yml

@@ -8,12 +8,14 @@ spring:
     redis:
         # 地址
         host: localhost
+#        host: 172.16.0.17
         # 端口,默认为6379
         port: 6379
         # 数据库索引
         database: 0
         # 密码
         password:
+#        password: Ylrztek250218!3@.
         # 连接超时时间
         timeout: 20s
         lettuce: