- All Implemented Interfaces:
- org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
@Configuration
@EnableConfigurationProperties(value=JettyProperties.class)
@ConditionalOnClass(name="org.eclipse.jetty.server.Server")
public class JettySpringBootAutoConfiguration
extends Object
implements org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer
Spring Boot Auto Configuration of Jetty.
Taken from
https://github.com/ghillert/spring-boot-jsp-demo/blob/jetty/src/main/java/com/hillert/JspDemoApplication.java#L78
and from https://github.com/eclipse/jetty.project/issues/420 and from
https://github.com/spring-projects/spring-boot/pull/5290
- Author:
- Marcelo Fernandes