Add docs and javadocs.

Signed-off-by: Olga Maciaszek-Sharma <olga.maciaszek-sharma@broadcom.com>
This commit is contained in:
Olga Maciaszek-Sharma
2025-01-09 12:26:22 +01:00
committed by Olga Maciaszek-Sharma
parent a13db33b28
commit c77feb065b
10 changed files with 18 additions and 9 deletions

View File

@@ -116,6 +116,8 @@ eureka:
socket-timeout: 10000
----
You can also customise the `RequestConfig` for the underlying Apache HC5 client by creating a bean of type `EurekaClientHttpRequestFactorySupplier.RequestConfigCustomizer`.
=== Status Page and Health Indicator
The status page and health indicators for a Eureka instance default to `/info` and `/health` respectively, which are the default locations of useful endpoints in a Spring Boot Actuator application.