发送短信测试
This commit is contained in:
@ -129,8 +129,8 @@ feign:
|
||||
client:
|
||||
config:
|
||||
default:
|
||||
connect-timeout: 20000
|
||||
read-timeout: 20000
|
||||
connect-timeout: 60000
|
||||
read-timeout: 60000
|
||||
|
||||
hystrix:
|
||||
command:
|
||||
@ -147,8 +147,8 @@ hystrix:
|
||||
forceClosed: true
|
||||
|
||||
ribbon:
|
||||
ReadTimeout: 20000 #请求处理的超时时间
|
||||
ConnectTimeout: 20000 #请求连接超时时间
|
||||
ReadTimeout: 60000 #请求处理的超时时间
|
||||
ConnectTimeout: 60000 #请求连接超时时间
|
||||
MaxAutoRetries: 0 #对当前实例的重试次数
|
||||
MaxAutoRetriesNextServer: 1 #切换实例的重试次数 1
|
||||
|
||||
@ -166,6 +166,7 @@ mconfig:
|
||||
tender: biz-service-ebtp-tender #投标服务
|
||||
documentcenter: core-service-document-center #文档中心
|
||||
usercenter: core-service-usercenter-public #用户中心
|
||||
notification: core-service-notification-center #通知中心
|
||||
|
||||
|
||||
document:
|
||||
|
Reference in New Issue
Block a user