> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/ix.-how-to-guides/75.-embedded-web-servers/75.8-configure-http2/75.8.2-http2-with-jetty.md).

# 75.8.2 HTTP/2与Jetty

从Jetty 9.4.8开始，Conscrypt库也支持HTTP/2。要启用这种支持，你的应用程序需要有两个附加的依赖项：`org.eclipse.jetty:jetty-alpn-conscrypt-server`和`org.eclipse.jetty.http2:http2-server`。
