Uses of Annotation Interface
org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
Packages that use ManagementContextConfiguration
Package
Description
Auto-configuration for Jersey actuator web concerns.
Auto-configuration for actuator security using Spring MVC.
Auto-configuration for
jakarta.servlet actuator web concerns.Auto-configuration for WebFlux-based actuator web concerns.
Auto-configuration for Spring MVC-based actuator infrastructure.
-
Uses of ManagementContextConfiguration in org.springframework.boot.jersey.autoconfigure.actuate.web
Classes in org.springframework.boot.jersey.autoconfigure.actuate.web with annotations of type ManagementContextConfigurationModifier and TypeClassDescriptionclass@ManagementContextConfigurationfor Jersey infrastructure when a separate management context with a web server running on a different port is required.class@ManagementContextConfigurationfor Jetty endpoints.class@ManagementContextConfigurationfor Jersey infrastructure when the management context is the same as the main application context. -
Uses of ManagementContextConfiguration in org.springframework.boot.security.autoconfigure.actuate.web.servlet
Classes in org.springframework.boot.security.autoconfigure.actuate.web.servlet with annotations of type ManagementContextConfigurationModifier and TypeClassDescriptionclassManagementContextConfigurationthat configures the appropriateRequestMatcherProvider. -
Uses of ManagementContextConfiguration in org.springframework.boot.servlet.autoconfigure.actuate.web
Classes in org.springframework.boot.servlet.autoconfigure.actuate.web with annotations of type ManagementContextConfiguration -
Uses of ManagementContextConfiguration in org.springframework.boot.webflux.autoconfigure.actuate.web
Classes in org.springframework.boot.webflux.autoconfigure.actuate.web with annotations of type ManagementContextConfigurationModifier and TypeClassDescriptionclass@ManagementContextConfigurationfor Reactive@Endpointconcerns. -
Uses of ManagementContextConfiguration in org.springframework.boot.webmvc.autoconfigure.actuate.web
Classes in org.springframework.boot.webmvc.autoconfigure.actuate.web with annotations of type ManagementContextConfigurationModifier and TypeClassDescriptionclass@ManagementContextConfigurationfor Spring MVC@Endpointconcerns.