Class LifecycleMvcEndpointAutoConfiguration
- java.lang.Object
-
- org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @AutoConfigureAfter(org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class) public class LifecycleMvcEndpointAutoConfiguration extends Object
Auto-configuration for some MVC endpoints governing the application context lifecycle. Provides restart, pause, resume, refresh (environment), and environment update endpoints.- Author:
- Dave Syer
-
-
Constructor Summary
Constructors Constructor Description LifecycleMvcEndpointAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnvironmentManagerenvironmentManager(org.springframework.core.env.ConfigurableEnvironment environment)
-
-
-
Method Detail
-
environmentManager
@Bean @ConditionalOnMissingBean public EnvironmentManager environmentManager(org.springframework.core.env.ConfigurableEnvironment environment)
-
-