- ALL
- java33
- linux32
- 工具17
- 其他14
- 数据库7
- vue5
- git5
- nas5
- 前端5
- ai3
- framework3
- windows3
- app2
- 脚本2
- docker2
- hexo2
- maven2
- 智能家居2
- 小程序2
- spring2
- 资源1
- api1
- mysql1
- 安全1
- markdown1
- question1
- python1
- 运维1
- 数据结构1
- 数据传输1
- nginx1
allbs工具类说明 - websocket
依赖jar包 引入包 版本 jdk 1.8 spring boot 2.7.2 spring-boot-starter-websocket 2.7.2 allbs-common 1.1.6 使用 添加依赖 mavenGradleKotlin12345<dependency> <groupId>cn.allbs</groupId> <artifactId>allbs-websocket</artifactId> <version>1.1.8</version></dependency>1implementation 'cn.allbs:allbs-websocket:1.1.8'1implementation("cn.allbs:allbs-websocket:1.1.8") 重写权限认证模块(必须) 1234567891011121314151617@Componentpublic class AllbsAuthHandler extends...