赞
踩
在Spring Boot中创建WebSocket服务端需要使用spring-boot-starter-websocket依赖和@EnableWebSocket注解。
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-websocket</artifactId>
- </dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。