44. WebSockets

Spring Boot为内嵌的Tomcat 8.5、Jetty 9和Undertow提供WebSockets自动配置。如果你正在将war包部署到独立容器中,Spring Boot将假设该容器会负责配置WebSocket。Spring框架提供丰富的WebSocket支持,只需要添加spring-boot-starter-websocket模块即可。

最后更新于