websocket
All In丶
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring-boot整合websocket消息推送
引入spring websocket 和springboot 启动 pom.xml: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId&原创 2020-12-10 16:57:39 · 499 阅读 · 0 评论 -
快速搭建netty消息推送
<dependency> <groupId>org.yeauty</groupId> <artifactId>netty-websocket-spring-boot-starter</artifactId> <version>0.10.0</version> </dependency> 后端代码: package com.huash.websocket.netty; import .原创 2021-11-29 14:50:15 · 682 阅读 · 0 评论
分享