Fix the typo in the docs
This commit is contained in:
committed by
Olga MaciaszekSharma
parent
829c1773cf
commit
e4e1003dd8
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user