2026-02-02 23:21:53 +08:00
|
|
|
|
{
|
|
|
|
|
|
"groups": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "lideeyunji.websocket",
|
|
|
|
|
|
"type": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
|
|
|
|
|
|
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties"
|
|
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"properties": [
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "lideeyunji.websocket.path",
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
"description": "WebSocket 的连接路径",
|
2026-02-08 22:22:27 +08:00
|
|
|
|
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
|
|
|
|
|
|
"defaultValue": "\/ws"
|
2026-02-02 23:21:53 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"name": "lideeyunji.websocket.sender-type",
|
|
|
|
|
|
"type": "java.lang.String",
|
|
|
|
|
|
"description": "消息发送器的类型 可选值:local、redis、rocketmq、kafka、rabbitmq",
|
2026-02-08 22:22:27 +08:00
|
|
|
|
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
|
|
|
|
|
|
"defaultValue": "local"
|
2026-02-02 23:21:53 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
"hints": []
|
|
|
|
|
|
}
|