Skip to content

基于netty-socketio自定义双工通讯消息推送starter,spring boot 项目可无缝集成。

Notifications You must be signed in to change notification settings

zhujiebing/push-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

接入方式

  1. 加入依赖
<dependency>
    <groupId>com.github.zhujiebing</groupId>
    <artifactId>push-spring-boot-starter</artifactId>
    <version>2.3</version>
</dependency>
  1. 加入配置
push:
  socket-port: 9099    #socket端口
  ping-interval: 60000 #Ping消息间隔毫秒ping-timeout: 180000 #Ping消息超时时间毫秒

About

基于netty-socketio自定义双工通讯消息推送starter,spring boot 项目可无缝集成。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages