Updating property names

This commit is contained in:
Ryan Baxter
2017-07-09 14:21:10 -04:00
parent 69739420fa
commit ff33905704
4 changed files with 4 additions and 4 deletions

View File

@@ -1536,7 +1536,7 @@ path rendering the `users` path unreachable.
The default HTTP client used by zuul is now backed by the Apache HTTP Client instead of the
deprecated Ribbon `RestClient`. To use `RestClient` or to use the `okhttp3.OkHttpClient` set
`ribbon.restclient.enabled=true` or `spring.cloud.httpclient.ok.enabled=true` respectively.
`ribbon.restclient.enabled=true` or `ribbon.okhttp.enabled=true` respectively.
=== Cookies and Sensitive Headers