类 ServerPropertiesAutoConfiguration
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration
@Configuration @EnableConfigurationProperties @ConditionalOnWebApplication public class ServerPropertiesAutoConfiguration extends Object
Auto-configuration
that configures theConfigurableEmbeddedServletContainer
from aServerProperties
bean.
构造器概要
构造器 构造器 说明 ServerPropertiesAutoConfiguration()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.DuplicateServerPropertiesDetector
duplicateServerPropertiesDetector()
ServerProperties
serverProperties()
构造器详细资料
ServerPropertiesAutoConfiguration
public ServerPropertiesAutoConfiguration()
方法详细资料
serverProperties
@Bean @ConditionalOnMissingBean(search=CURRENT) public ServerProperties serverProperties()
duplicateServerPropertiesDetector
@Bean public org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration.DuplicateServerPropertiesDetector duplicateServerPropertiesDetector()