websocket的简单使用
项目中碰到从后台实时接收通知然后语音播放的需求,以前项目中调用过别人写的websocket接口,这次自己写了一下,分享下:1.依赖的引入<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-websocket<...