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.