SpringBoot 集成 WebSocket 遇到的問題

最近在項目中需要使用WebSocket,因爲項目是使用的SpringBoot架構,所以集成比較簡單。 上代碼: pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> We
相關文章
相關標籤/搜索