!317 集成websocket功能

* add 增加 ruoyi-common-websocket 模块 支持token鉴权 支持分布式集群消息同步
This commit is contained in:
zendwang
2023-03-29 14:18:42 +00:00
committed by 疯狂的狮子Li
parent abca91c18f
commit 65ae5ab362
15 changed files with 571 additions and 0 deletions

View File

@ -159,6 +159,12 @@
<version>${revision}</version>
</dependency>
<!-- WebSocket模块 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-websocket</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>
</dependencyManagement>