- All Implemented Interfaces:
- org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer, org.springframework.web.WebApplicationInitializer
@Configuration
 @EnableConfigurationProperties(value=UndertowProperties.class)
 @ConditionalOnClass(name="io.undertow.Undertow")
public class UndertowSpringBootAutoConfiguration
extends org.springframework.boot.web.support.SpringBootServletInitializer
implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
Spring Boot Auto Configuration of Undertow.
 Configure undertow to load jsf resources from classpath.
- Author:
- Marcelo Fernandes