类 BaseConfig.WebMvcConfig
java.lang.Object
top.tangyh.basic.boot.config.BaseConfig.WebMvcConfig
- 封闭类:
- BaseConfig
@ConditionalOnProperty(prefix="lamp.webmvc",
name="enabled",
havingValue="true",
matchIfMissing=true)
public static final class BaseConfig.WebMvcConfig
extends Object
gateway 网关模块需要禁用 spring-webmvc 相关配置,必须通过在类上面加限制条件方式来实现, 不能直接Bean上面加
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
WebMvcConfig
public WebMvcConfig()
-
-
方法详细资料
-
getUndertowServerFactoryCustomizer
@Bean @ConditionalOnClass(io.undertow.Undertow.class) public UndertowServerFactoryCustomizer getUndertowServerFactoryCustomizer() -
getGlobalMvcConfigurer
-