@Configuration @ConditionalOnProperty(prefix="management.cloudfoundry", name="enabled", matchIfMissing=true) @ConditionalOnCloudPlatform(value=CLOUD_FOUNDRY) public class CloudFoundryActuatorAutoConfiguration extends Object
Auto-configuration to expose actuator endpoints for
cloud foundry to use.| Modifier and Type | Class and Description |
|---|---|
static class |
CloudFoundryActuatorAutoConfiguration.IgnoredPathsWebSecurityConfigurer
WebSecurityConfigurer to tell Spring Security to ignore cloudfoundry
specific paths. |
| Constructor and Description |
|---|
CloudFoundryActuatorAutoConfiguration() |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.