@ConditionalOnProperty(prefix="lamp.webmvc",
name="enabled",
havingValue="true",
matchIfMissing=true)
public static final class BaseConfig.WebMvcConfig
extends Object
| 构造器和说明 |
|---|
WebMvcConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
GlobalMvcConfigurer |
getGlobalMvcConfigurer() |
UndertowServerFactoryCustomizer |
getUndertowServerFactoryCustomizer() |
@Bean @ConditionalOnClass(value=io.undertow.Undertow.class) public UndertowServerFactoryCustomizer getUndertowServerFactoryCustomizer()
@Bean @ConditionalOnClass public GlobalMvcConfigurer getGlobalMvcConfigurer()
Copyright © 2023. All rights reserved.