@Configuration @EnableConfigurationProperties @ConditionalOnWebApplication public class ServerPropertiesAutoConfiguration extends Object
Auto-configuration
that configures the
ConfigurableEmbeddedServletContainer
from a ServerProperties
bean.Constructor and Description |
---|
ServerPropertiesAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.DuplicateServerPropertiesDetector |
duplicateServerPropertiesDetector() |
ServerProperties |
serverProperties() |
@Bean @ConditionalOnMissingBean(search=CURRENT) public ServerProperties serverProperties()
@Bean public org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.DuplicateServerPropertiesDetector duplicateServerPropertiesDetector()
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.