Package org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
package org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
-
ClassDescription
Auto-configuration
to expose actuator endpoints for Cloud Foundry to use.WebSecurityConfigurer
to tell Spring Security to ignore cloudfoundry specific paths.@EndpointExtension
for theHealthEndpoint
that always exposes full health details.@EndpointExtension
for theInfoEndpoint
that always exposes full git details.