5.websocket
资料
使用spring boot +WebSocket实现(后台主动)消息推送
@EnableWebSocketMessageBroker 开启了使用STOMP协议来传输基于代理的消息
registerStompEndpoints 注册STOMP协议的节点Endpoint 并映射指定的url
Last updated
使用spring boot +WebSocket实现(后台主动)消息推送
@EnableWebSocketMessageBroker 开启了使用STOMP协议来传输基于代理的消息
registerStompEndpoints 注册STOMP协议的节点Endpoint 并映射指定的url
Last updated