Merge branch '2.7.x'

pull/30328/merge
Stephane Nicoll 3 years ago
commit 3afda66be2

@ -19,6 +19,8 @@ include::messaging/rsocket.adoc[]
include::messaging/spring-integration.adoc[] include::messaging/spring-integration.adoc[]
include::messaging/websockets.adoc[]
include::messaging/whats-next.adoc[] include::messaging/whats-next.adoc[]

@ -1,4 +1,4 @@
[[features.websockets]] [[messaging.websockets]]
== WebSockets == WebSockets
Spring Boot provides WebSockets auto-configuration for embedded Tomcat, Jetty, and Undertow. 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. 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.

Loading…
Cancel
Save