Browse Source

Merge branch '2.3.x'

Closes gh-22846
pull/22845/head
Stephane Nicoll 6 years ago
parent
commit
13260eab46
  1. 3
      spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/availability/ReadinessStateHealthIndicator.java

3
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/availability/ReadinessStateHealthIndicator.java

@ -20,11 +20,10 @@ import org.springframework.boot.actuate.health.HealthIndicator; @@ -20,11 +20,10 @@ import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.boot.actuate.health.Status;
import org.springframework.boot.availability.ApplicationAvailability;
import org.springframework.boot.availability.AvailabilityState;
import org.springframework.boot.availability.LivenessState;
import org.springframework.boot.availability.ReadinessState;
/**
* A {@link HealthIndicator} that checks the {@link LivenessState} of the application.
* A {@link HealthIndicator} that checks the {@link ReadinessState} of the application.
*
* @author Brian Clozel
* @author Phillip Webb

Loading…
Cancel
Save