You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/asciidoc/spring-cloud-netflix.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ Do not use the `EurekaClient` in a `@PostConstruct` method or in a `@Scheduled`
266
266
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.
267
267
====
268
268
269
-
==== EurekaClient without Jersey
269
+
==== EurekaClient with Jersey
270
270
271
271
By default, EurekaClient uses Spring's `RestTemplate` for HTTP communication.
272
272
If you wish to use Jersey instead, you need to add the Jersey dependencies to your classpath.
0 commit comments