From e4e1003dd8c091e42c138f4e4a5966e92cf33f9a Mon Sep 17 00:00:00 2001 From: Kaveh Shamsi Date: Thu, 30 Sep 2021 11:56:46 +0200 Subject: [PATCH] Fix the typo in the docs --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 67853eef8..35b62add6 100755 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -266,7 +266,7 @@ Do not use the `EurekaClient` in a `@PostConstruct` method or in a `@Scheduled` It is initialized in a `SmartLifecycle` (with `phase=0`), so the earliest you can rely on it being available is in another `SmartLifecycle` with a higher phase. ==== -==== EurekaClient without Jersey +==== EurekaClient with Jersey By default, EurekaClient uses Spring's `RestTemplate` for HTTP communication. If you wish to use Jersey instead, you need to add the Jersey dependencies to your classpath.