作者 王孝文

更新 application-sit.yml

... ... @@ -50,8 +50,6 @@ feign:
compression:
request:
enabled: true
min-request-size: 2048
max-request-size: 2097152000
response:
enabled: true
# hystrix If you need to use ThreadLocal bound variables in your RequestInterceptor`s
... ... @@ -68,8 +66,8 @@ hystrix:
#请求处理的超时时间
ribbon:
ReadTimeout: 100000
ConnectTimeout: 100000
ReadTimeout: 10000
ConnectTimeout: 10000
# mybaits-plus配置
mybatis-plus:
... ...