类 LifecycleProperties

java.lang.Object
org.springframework.boot.autoconfigure.context.LifecycleProperties

@ConfigurationProperties(prefix="spring.lifecycle") public class LifecycleProperties extends Object
Configuration properties for lifecycle processing.
从以下版本开始:
2.3.0
作者:
Andy Wilkinson
  • 构造器详细资料

    • LifecycleProperties

      public LifecycleProperties()
  • 方法详细资料

    • getTimeoutPerShutdownPhase

      public Duration getTimeoutPerShutdownPhase()
    • setTimeoutPerShutdownPhase

      public void setTimeoutPerShutdownPhase(Duration timeoutPerShutdownPhase)