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/
- Host: GitHub
- URL: https://github.com/jdk-plus/spring-boot-starter-broadcast
- Owner: JDK-Plus
- License: mit
- Created: 2021-12-24T08:12:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T08:22:09.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T02:43:52.774Z (4 months ago)
- Topics: spring-boot, udp-client, udp-server
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)