Uses of Package
org.springframework.boot.actuate.autoconfigure.web
Packages that use org.springframework.boot.actuate.autoconfigure.web
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for exposing actuator web endpoints using WebFlux.
Auto-configuration for exposing actuator web endpoints using Spring MVC.
Auto-configuration for actuator security using Spring MVC.
Core classes for auto-configuration of actuator web concerns.
Configuration for a Jersey-based management context.
Configuration for a WebFlux-based management context.
Actuator Spring MVC support.
-
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.endpoint.webClassDescriptionSpecialized
@Configuration
class that defines configuration specific for the management context. -
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.endpoint.web.reactiveClassDescriptionSpecialized
@Configuration
class that defines configuration specific for the management context. -
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.endpoint.web.servletClassDescriptionSpecialized
@Configuration
class that defines configuration specific for the management context. -
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.security.servletClassDescriptionSpecialized
@Configuration
class that defines configuration specific for the management context. -
-
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.web.jerseyClassDescriptionSpecialized
@Configuration
class that defines configuration specific for the management context. -
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.web.reactiveClassDescriptionSpecialized
@Configuration
class that defines configuration specific for the management context.Factory for creating a separate management context when the management web server is running on a different port to the main application. -
Classes in org.springframework.boot.actuate.autoconfigure.web used by org.springframework.boot.actuate.autoconfigure.web.servletClassDescriptionFactory for creating a separate management context when the management web server is running on a different port to the main application.