@Configuration @EnableConfigurationProperties(value=ManagementServerProperties.class) public class ManagementContextAutoConfiguration extends Object
Auto-configuration
for the management context. If the
management.port
is the same as the server.port
the management context
will be the same as the main application context. If the management.port
is
different to the server.port
the management context will be a separate context
that has the main application context as its parent.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.