2020
10-10
10-10
一篇文章带你使用SpringBoot基于WebSocket的在线群聊实现
一、添加依赖加入前端需要用到的依赖:<dependency><groupId>org.webjars</groupId><artifactId>sockjs-client</artifactId><version>1.1.2</version></dependency><dependency><groupId>org.webjars</groupId><artifactId>jquery</artifactId><version>3.4.1</version></dependency><dependency><groupId>org.webjars</groupId><artifactId>stomp-websocket</ar...
继续阅读 >