类 EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
- java.lang.Object
- org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow
@Configuration @ConditionalOnClass({javax.servlet.Servlet.class,io.undertow.Undertow.class,org.xnio.SslClientAuthMode.class}) @ConditionalOnMissingBean(value=org.springframework.boot.context.embedded.EmbeddedServletContainerFactory.class, search=CURRENT) public static class EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow extends Object
Nested configuration if Undertow is being used.
构造器概要
构造器 构造器 说明 EmbeddedUndertow()
构造器详细资料
EmbeddedUndertow
public EmbeddedUndertow()
方法详细资料
undertowEmbeddedServletContainerFactory
@Bean public org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory undertowEmbeddedServletContainerFactory()