weiximei 6 年前
父节点
当前提交
c4426539ad
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      CODE/smart-community/zuul/src/main/resources/bootstrap.yml

+ 5
- 0
CODE/smart-community/zuul/src/main/resources/bootstrap.yml 查看文件

@@ -40,6 +40,11 @@ hystrix:
40 40
           thread:
41 41
             timeoutInMilliseconds: 180000
42 42
 
43
+ribbon:
44
+  ReadTimeout: 38000
45
+  ConnectTimeout: 38000
46
+  eureka.enabled: true
47
+
43 48
 
44 49
 ## Mybatis
45 50
 mybatis: