类 ManagementContextAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
@AutoConfiguration
@AutoConfigureOrder(2147483647)
@EnableConfigurationProperties({WebEndpointProperties.class,ManagementServerProperties.class})
public class ManagementContextAutoConfiguration
extends Object
Auto-configuration
for the management context. If the
management.server.port
is the same as the server.port
the management
context will be the same as the main application context. If the
management.server.port
is different to the server.port
the management
context will be a separate context that has the main application context as its parent.- 从以下版本开始:
- 2.0.0
- 作者:
- Andy Wilkinson
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ManagementContextAutoConfiguration
public ManagementContextAutoConfiguration()
-