Signed-off-by: dongpx <2112323174@qq.com>

This commit is contained in:
dongpx
2026-02-04 10:55:43 +08:00
parent 1c212fb3b3
commit 3c9eb35f2c
38 changed files with 96 additions and 449 deletions

View File

@@ -11,15 +11,13 @@
"name": "lideeyunji.websocket.path",
"type": "java.lang.String",
"description": "WebSocket 的连接路径",
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
"defaultValue": "\/ws"
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties"
},
{
"name": "lideeyunji.websocket.sender-type",
"type": "java.lang.String",
"description": "消息发送器的类型 可选值local、redis、rocketmq、kafka、rabbitmq",
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
"defaultValue": "local"
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties"
}
],
"hints": []