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