- All Implemented Interfaces:
- org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer, org.springframework.web.WebApplicationInitializer
@Configuration
@EnableConfigurationProperties(value=UndertowProperties.class)
@ConditionalOnClass(value=io.undertow.Undertow.class)
public class UndertowSpringBootAutoConfiguration
extends org.springframework.boot.context.web.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