vue+springboot+sockJs+stomp实现websocket消息推送
上次写过一篇原生Websocket实现的消息推送的文章传送门。今天讲一下使用sockJS+stomp实现上述功能首先还是从服务端说起1、 引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency>



