类 UndertowHttp2Configuration
- java.lang.Object
-
- me.youm.boot.configure.UndertowHttp2Configuration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnClass(io.undertow.Undertow.class) @AutoConfigureBefore(org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class) public class UndertowHttp2Configuration extends java.lang.Object- 作者:
- youta
-
-
构造器概要
构造器 构造器 说明 UndertowHttp2Configuration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory>undertowHttp2WebServerFactoryCustomizer()UndertowServerFactoryCustomizerundertowServerFactoryCustomizer()实例化UndertowServerFactoryCustomizer,解决undertow启动提示warn的问题
-
-
-
方法详细资料
-
undertowHttp2WebServerFactoryCustomizer
@Bean public org.springframework.boot.web.server.WebServerFactoryCustomizer<org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory> undertowHttp2WebServerFactoryCustomizer()
-
undertowServerFactoryCustomizer
@Bean public UndertowServerFactoryCustomizer undertowServerFactoryCustomizer()
实例化UndertowServerFactoryCustomizer,解决undertow启动提示warn的问题- 返回:
- UndertowServerFactoryCustomizer
-
-