@Configuration
@ConditionalOnClass(value=org.springframework.boot.actuate.health.HealthIndicator.class)
public class GracefulShutdownAutoConfiguration
extends Object
This configuration will be conditional executed if the spring-boot-actuator
package is present.