An open API service indexing awesome lists of open source software.

https://github.com/jdk-plus/spring-boot-starter-broadcast

This is a cluster broadcast component based on UDP protocol implemented by netty。https://jdk.plus/pages/815166/
https://github.com/jdk-plus/spring-boot-starter-broadcast

spring-boot udp-client udp-server

Last synced: 2 months ago
JSON representation

This is a cluster broadcast component based on UDP protocol implemented by netty。https://jdk.plus/pages/815166/

Awesome Lists containing this project

README

        

### 一、引入

打开`pom.xml`文件,添加如下依赖:

```xml

plus.jdk
spring-boot-starter-broadcast
0.0.8

```

更多引入方式可参见: [plus.jdk:spring-boot-starter-broadcast](https://search.maven.org/artifact/plus.jdk/spring-boot-starter-broadcast)

### 二、使用说明

请参见: [spring-boot-starter-broadcast](https://jdk.plus/pages/815166/)