@AutoConfiguration @EnableConfigurationProperties(value=LifecycleProperties.class) public class LifecycleAutoConfiguration extends java.lang.Object
Auto-configuration relating to the application
context's lifecycle.| Constructor and Description |
|---|
LifecycleAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.support.DefaultLifecycleProcessor |
defaultLifecycleProcessor(LifecycleProperties properties) |
@Bean(name="lifecycleProcessor") @ConditionalOnMissingBean(name="lifecycleProcessor", search=CURRENT) public org.springframework.context.support.DefaultLifecycleProcessor defaultLifecycleProcessor(LifecycleProperties properties)