From d95a4d8c44b7c2ffc968fd4976e5969205835474 Mon Sep 17 00:00:00 2001 From: Mushtaq Ahmed Date: Tue, 7 Jul 2020 08:46:41 +0530 Subject: [PATCH] Updating Evictor Project link --- docs/src/main/asciidoc/spring-cloud-commons.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-commons.adoc b/docs/src/main/asciidoc/spring-cloud-commons.adoc index f9d5dd9f..62a0a29b 100644 --- a/docs/src/main/asciidoc/spring-cloud-commons.adoc +++ b/docs/src/main/asciidoc/spring-cloud-commons.adoc @@ -998,7 +998,7 @@ In order to use it, just add `org.springframework.cloud:spring-cloud-starter-loa NOTE: Spring Cloud LoadBalancer starter includes https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-caching.html[Spring Boot Caching] -and https://github.com/stoyanr[Evictor]. +and https://github.com/stoyanr/Evictor[Evictor]. WARNING: If you have both Ribbon and Spring Cloud LoadBalancer int the classpath, in order to maintain backward compatibility, Ribbon-based implementations will be used by default. In order to switch to using Spring Cloud LoadBalancer under the hood, make sure you set the property `spring.cloud.loadbalancer.ribbon.enabled` to `false`.