From be34ad36b547ba3ee89c75d80086bc965c1c3d44 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 17 Mar 2022 16:35:04 +0100 Subject: [PATCH] Restore WebSockets section in the reference guide Closes gh-30231 --- .../spring-boot-docs/src/docs/asciidoc/messaging.adoc | 2 ++ .../src/docs/asciidoc/messaging/websockets.adoc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging.adoc index b4a17262ecdc..8b6a5ec6e626 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging.adoc @@ -19,6 +19,8 @@ include::messaging/rsocket.adoc[] include::messaging/spring-integration.adoc[] +include::messaging/websockets.adoc[] + include::messaging/whats-next.adoc[] diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/websockets.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/websockets.adoc index 479ee7985035..d1945946f1f8 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/websockets.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/websockets.adoc @@ -1,4 +1,4 @@ -[[features.websockets]] +[[messaging.websockets]] == WebSockets Spring Boot provides WebSockets auto-configuration for embedded Tomcat, Jetty, and Undertow. If you deploy a war file to a standalone container, Spring Boot assumes that the container is responsible for the configuration of its WebSocket support.