See: Description
| Class | Description |
|---|---|
| ManagementContextAutoConfiguration |
Auto-configuration for the management context. |
| ManagementServerProperties |
Properties for the management server (e.g.
|
| ManagementServerProperties.Servlet |
Servlet properties.
|
| 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 |
Annotation at the field or method/constructor parameter level that injects the HTTP
management port that got allocated at runtime.
|