Properties
| Property |
|---|
spring.boot.admin.client.urlThe admin server urls to register at
|
spring.boot.admin.client.periodTime interval the registration is repeated
|
spring.boot.admin.client.enabledEnable Spring Admin Client.
|
spring.boot.admin.client.api-pathThe admin rest-apis path.
|
spring.boot.admin.client.passwordPassword for basic authentication on admin server
|
spring.boot.admin.client.usernameUsername for basic authentication on admin server
|
spring.boot.admin.client.read-timeoutRead timeout (in ms) for the registration.
|
spring.boot.admin.client.instance.nameName to register with. Defaults to ${spring.application.name}
|
spring.boot.admin.client.register-onceEnable registration against one or all admin servers
|
spring.boot.admin.client.connect-timeoutConnect timeout for the registration.
|
spring.boot.admin.client.auto-registrationEnable automatic registration when the application is ready.
|
spring.boot.admin.client.instance.metadataMetadata that should be associated with this application
|
spring.boot.admin.client.instance.prefer-ipShould the registered urls be built with server.address or with hostname. @deprecated Use serviceHostType instead.
|
spring.boot.admin.client.auto-deregistrationEnable automatic deregistration on shutdown If not set it defaults to true if an active {@link CloudPlatform} is present;
|
spring.boot.admin.client.instance.health-urlClient-health-URL to register with. Inferred at runtime, can be overridden in case the reachable URL is different (e.g. Docker). Must be unique all services registry.
|
spring.boot.admin.client.instance.service-urlClient-service-URL register with. Inferred at runtime, can be overridden in case the reachable URL is different (e.g. Docker).
|
spring.boot.admin.client.instance.service-pathPath for computing the service-url to register with. If not specified, defaults to "/"
|
spring.boot.admin.client.instance.management-urlManagement-url to register with. Inferred at runtime, can be overridden in case the reachable URL is different (e.g. Docker).
|
spring.boot.admin.client.instance.service-base-urlBase url for computing the service-url to register with. The path is inferred at runtime, and appended to the base url.
|
spring.boot.admin.client.instance.service-host-typeShould the registered urls be built with server.address or with hostname.
|
spring.boot.admin.client.instance.management-base-urlBase url for computing the management-url to register with. The path is inferred at runtime, and appended to the base url.
|