!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

@ -280,3 +280,11 @@ management:
show-details: ALWAYS
logfile:
external-file: ./logs/sys-console.log
--- # websocket
websocket:
enabled: true
# 路径
path: /websocket
# 设置访问源地址
allowedOrigins: '*'