Fix docs.

This commit is contained in:
Olga Maciaszek-Sharma
2020-06-05 16:28:25 +02:00
parent 5497f5a37c
commit af06086c30

View File

@@ -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>`