@Configuration public class HttpConfig extends Object
| Constructor and Description |
|---|
HttpConfig() |
| Modifier and Type | Method and Description |
|---|---|
static HttpAwareProcessor |
awareProcessor() |
static HttpProperty |
httpProperty(org.springframework.core.env.ConfigurableEnvironment env) |
static HttpRegistry |
httpRegistry(HttpProperty httpProperty) |
@Bean @ConditionalOnMissingBean(value=HttpProperty.class) public static HttpProperty httpProperty(org.springframework.core.env.ConfigurableEnvironment env)
@Bean @ConditionalOnMissingBean(value=HttpRegistry.class) public static HttpRegistry httpRegistry(HttpProperty httpProperty)
@Bean @ConditionalOnMissingBean(value=HttpAwareProcessor.class) public static HttpAwareProcessor awareProcessor()
Copyright © 2020. All rights reserved.