及时通讯之springboot集成websocket
springboot集成websocket
导入maven依赖
<!--websocket-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
编写WebSocketConfig,启动时加载
im
原创
2020-05-20 16:00:32 ·
221 阅读 ·
0 评论