ruoyi框架集成 WebSocket
引入依赖 在 xxx-framework 下的 pom.xml 中引入 websocket 的依赖: <!–websocket–> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency 创建 WebSocket 配置类,开启 WebSocket 支持 在 xxx-framework 下的 com.xxx.framewor …