批注接口的使用
org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
程序包
说明
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.
Configuration for a Jersey-based management context.
Configuration for a WebFlux-based management context.
-
org.springframework.boot.actuate.autoconfigure.endpoint.web中ManagementContextConfiguration的使用
-
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive中ManagementContextConfiguration的使用
批注类型为ManagementContextConfiguration的org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive中的类 -
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet中ManagementContextConfiguration的使用
批注类型为ManagementContextConfiguration的org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet中的类 -
org.springframework.boot.actuate.autoconfigure.security.servlet中ManagementContextConfiguration的使用
批注类型为ManagementContextConfiguration的org.springframework.boot.actuate.autoconfigure.security.servlet中的类修饰符和类型类说明class
ManagementContextConfiguration
that configures the appropriateRequestMatcherProvider
. -
org.springframework.boot.actuate.autoconfigure.web.jersey中ManagementContextConfiguration的使用
修饰符和类型类说明class
@ManagementContextConfiguration
for Jersey infrastructure when a separate management context with a web server running on a different port is required.class
@ManagementContextConfiguration
for Jersey infrastructure when the management context is the same as the main application context. -
org.springframework.boot.actuate.autoconfigure.web.reactive中ManagementContextConfiguration的使用
修饰符和类型类说明class
@ManagementContextConfiguration
for reactive web infrastructure when a separate management context with a web server running on a different port is required.