Class ServerProperties

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered

    @ConfigurationProperties(prefix="server",
                             ignoreUnknownFields=true)
    public class ServerProperties
    extends Object
    implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered
    ConfigurationProperties for a web server (e.g. port and path settings). Will be used to customize an EmbeddedServletContainerFactory when an EmbeddedServletContainerCustomizerBeanPostProcessor is active.