{ "groups": [ { "name": "custom.okhttp", "type": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties" } ], "properties": [ { "name": "custom.okhttp.client-retry-num", "type": "java.lang.Integer", "description": "ok http重试次数 0为关闭", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": 3 }, { "name": "custom.okhttp.connect-time-out", "type": "java.lang.Long", "description": "连接超时时间 s", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": 15 }, { "name": "custom.okhttp.enabled", "type": "java.lang.Boolean", "description": "是否开始okHttp", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": false }, { "name": "custom.okhttp.ignor-log-path", "type": "java.util.Set<java.lang.String>", "description": "开启请求日志拦截之后忽略的日志路径", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties" }, { "name": "custom.okhttp.log-interceptor-enable", "type": "java.lang.Boolean", "description": "开启请求日志", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": true }, { "name": "custom.okhttp.pool-keep-alive-duration", "type": "java.lang.Long", "description": "最大链接时间 ms", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": 30000 }, { "name": "custom.okhttp.pool-max-idle-connections", "type": "java.lang.Integer", "description": "最大链接数量", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": 200 }, { "name": "custom.okhttp.read-time-out", "type": "java.lang.Long", "description": "读取超时时间 s", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": 60 }, { "name": "custom.okhttp.redirects-allow", "type": "java.lang.Boolean", "description": "是否允许重定向", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": true }, { "name": "custom.okhttp.retry-connection", "type": "java.lang.Boolean", "description": "是否自动重连", "sourceType": "com.baiyz.common.infrastructure.httpclient.FeignOkHttpClientProperties", "defaultValue": true } ], "hints": [] }
|