Class ManagementServerProperties

java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties

@ConfigurationProperties(prefix="management.server", ignoreUnknownFields=true) public class ManagementServerProperties extends Object
Properties for the management server (e.g. port and path settings).
Since:
2.0.0
Author:
Dave Syer, Stephane Nicoll, Vedran Pavic, Moritz Halbritter
See Also: