Fix the typo in the docs

This commit is contained in:
Kaveh Shamsi
2021-09-30 11:56:46 +02:00
committed by Olga MaciaszekSharma
parent 829c1773cf
commit e4e1003dd8

View File

@@ -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.