修改zuul默认配置

This commit is contained in:
tanghc
2020-02-19 12:57:28 +08:00
parent 6a93e325f4
commit b76684c3c6

View File

@@ -29,7 +29,7 @@ ribbon.ReadTimeout=5000
# 设置为true默认false则所有请求都重试默认只支持get请求重试 # 设置为true默认false则所有请求都重试默认只支持get请求重试
# 请谨慎设置因为post请求大多都是写入请求如果要支持重试确保服务的幂等性 # 请谨慎设置因为post请求大多都是写入请求如果要支持重试确保服务的幂等性
ribbon.OkToRetryOnAllOperations=false ribbon.OkToRetryOnAllOperations=false
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=5000 hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=13000
# 不用改 # 不用改
mybatis.fill.com.gitee.fastmybatis.core.support.DateFillInsert=gmt_create mybatis.fill.com.gitee.fastmybatis.core.support.DateFillInsert=gmt_create