摘要: 1.maven依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-integration</artifactId> </dependency> <dependency> 阅读全文
posted @ 2020-06-08 16:19 三人語歌 阅读(2253) 评论(0) 推荐(0) 编辑
摘要: 业务需求: 需要一个客户端主动向多个服务端设备发送指定数据,然后接受服务端设备返回的十六进制数据,解析并保存. 1.maven依赖 <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version 阅读全文
posted @ 2020-06-08 15:44 三人語歌 阅读(8673) 评论(0) 推荐(1) 编辑