Fixing Spring Retry link

This commit is contained in:
Ryan Baxter
2017-03-29 19:32:16 -04:00
committed by GitHub
parent 50a25eef0d
commit 9a67d4bb1c

View File

@@ -349,7 +349,7 @@ for details of how the `RestTemplate` is set up.
A load balanced `RestTemplate` can be configured to retry failed requests.
By default this logic is disabled, you can enable it by setting
`spring.cloud.loadbalancer.retry.enabled=true` and adding https://github.com/spring-projects/spring-retry[Spring Retry] to your application's classpath.
`spring.cloud.loadbalancer.retry.enabled=true` and adding link:https://github.com/spring-projects/spring-retry[Spring Retry] to your application's classpath.
The load balanced `RestTemplate` will
honor some of the Ribbon configuration values related to retrying failed requests.
The properties you can use are `client.ribbon.MaxAutoRetries`,