Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How do I use Spring Boot when Jetty 9.3 is on the classpath?

Hi,

although correctly stated by Shawn, you should not depend on jetty for your specific problem, but for those interested, here's a sample project on github demonstrating spring-boot + jetty 9.3 + http/2:

https://github.com/otrosien/demo-http2

Regards,
 Oliver


Back to the top