springboot+sockjs进行消息推送(一对一模式)

第一步:引入pom依赖: <!-- sockjs --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> <!-- 进行页面跳转 --> <dependency
相关文章
相关标签/搜索