@ConditionalOnWebApplication
@ConditionalOnProperty(prefix="carnival.mvc.kubernetes",
name="enabled",
havingValue="true")
@EnableConfigurationProperties(value=com.github.yingzhuo.carnival.mvc.autoconfig.MvcKubernetesAutoConfig.Props.class)
public class MvcKubernetesAutoConfig
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| 构造器和说明 |
|---|
MvcKubernetesAutoConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addViewControllers(org.springframework.web.servlet.config.annotation.ViewControllerRegistry registry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorCopyright © 2019. All rights reserved.