@@ -46,3 +46,9 @@ spring:
groupId: DEFAULT_GROUP
data-type: json
rule-type: gw-flow
+ gateway:
+ httpclient:
+ # 建立连接超时:10秒
+ connect-timeout: 10000
+ # 等待后端响应总超时:90秒(90000毫秒),超时直接返回504
+ response-timeout: 60000