Class JettyAutoConfiguration

java.lang.Object
org.joinfaces.autoconfigure.jetty.JettyAutoConfiguration

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