Skip to content

Commit

Permalink
Restore WebSockets section in the reference guide
Browse files Browse the repository at this point in the history
Closes gh-30231
  • Loading branch information
snicoll committed Mar 17, 2022
1 parent 7d1274f commit be34ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -19,6 +19,8 @@ include::messaging/rsocket.adoc[]

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

include::messaging/websockets.adoc[]

include::messaging/whats-next.adoc[]


Expand Down
@@ -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.
Expand Down

0 comments on commit be34ad3

Please sign in to comment.