Skip to content

Commit be34ad3

Browse files
committed
Restore WebSockets section in the reference guide
Closes gh-30231
1 parent 7d1274f commit be34ad3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ include::messaging/rsocket.adoc[]
1919

2020
include::messaging/spring-integration.adoc[]
2121

22+
include::messaging/websockets.adoc[]
23+
2224
include::messaging/whats-next.adoc[]
2325

2426

spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/websockets.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[[features.websockets]]
1+
[[messaging.websockets]]
22
== WebSockets
33
Spring Boot provides WebSockets auto-configuration for embedded Tomcat, Jetty, and Undertow.
44
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.

0 commit comments

Comments
 (0)