commit
2631b0ce01
|
|
@ -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…
Reference in New Issue