2021
03-29
03-29
springboot整合websocket最基础入门使用教程详解
项目最终的文件结构1添加maven依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-websocket</artifactId></dependency><dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><version>1.18.12</version></dependency>2编写配置类 WebSocketConfigpackagecn.huawei.socket_test_1.config;importorg.springframew...
继续阅读 >