程序包的使用
org.springframework.boot.actuate.availability
程序包
说明
Auto-configuration that extends health endpoints so that they can be used as
availability probes.
Actuator support for application availability concerns.
-
org.springframework.boot.actuate.autoconfigure.availability使用的org.springframework.boot.actuate.availability中的类类说明A
HealthIndicator
that checks theLivenessState
of the application.AHealthIndicator
that checks theReadinessState
of the application. -
类说明A
HealthIndicator
that checks a specificAvailabilityState
of the application.Callback used to add status mappings.