diff --git a/docs/src/main/asciidoc/_configprops.adoc b/docs/src/main/asciidoc/_configprops.adoc index 344e4a21..b256efec 100644 --- a/docs/src/main/asciidoc/_configprops.adoc +++ b/docs/src/main/asciidoc/_configprops.adoc @@ -1,7 +1,7 @@ |=== |Name | Default | Description -|feign.client.config | `` | +|feign.client.config | | |feign.client.default-config | `default` | |feign.client.default-to-properties | `true` | |feign.compression.request.enabled | `false` | Enables the request sent by Feign to be compressed. @@ -17,7 +17,7 @@ |feign.httpclient.max-connections | `200` | |feign.httpclient.max-connections-per-route | `50` | |feign.httpclient.time-to-live | `900` | -|feign.httpclient.time-to-live-unit | `` | +|feign.httpclient.time-to-live-unit | | |feign.hystrix.enabled | `false` | If true, an OpenFeign client will be wrapped with a Hystrix circuit breaker. |feign.okhttp.enabled | `false` | Enables the use of the OK HTTP Client by Feign.