Browse Source

Fix docs.

pull/350/head
Olga Maciaszek-Sharma 5 years ago
parent
commit
af06086c30
  1. 1
      docs/src/main/asciidoc/spring-cloud-openfeign.adoc

1
docs/src/main/asciidoc/spring-cloud-openfeign.adoc

@ -130,6 +130,7 @@ You can customize the HTTP client used by providing a bean of either `org.apache @@ -130,6 +130,7 @@ You can customize the HTTP client used by providing a bean of either `org.apache
Spring Cloud OpenFeign _does not_ provide the following beans by default for feign, but still looks up beans of these types from the application context to create the feign client:
* `Logger.Level`
* `Retryer`
* `ErrorDecoder`
* `Request.Options`
* `Collection<RequestInterceptor>`

Loading…
Cancel
Save