See: Description
| Class | Description |
|---|---|
| ManagementContextAutoConfiguration |
Auto-configuration for the management context. |
| ManagementServerProperties |
Properties for the management server (e.g.
|
| ManagementWebServerFactoryCustomizer<T extends ConfigurableWebServerFactory> |
WebServerFactoryCustomizer that customizes the WebServerFactory used to
create the management context's web server. |
| Enum | Description |
|---|---|
| ManagementPortType |
Port types that can be used to control how the management server is started.
|
| Annotation Type | Description |
|---|---|
| ConditionalOnManagementPort |
@Conditional that matches based on the configuration of the
management port. |
| LocalManagementPort | Deprecated
since 2.7.0 for removal in 3.0.0 in favor of
org.springframework.boot.test.web.server.LocalManagementPort |