This commit is contained in:
chy
2026-02-09 00:16:21 +08:00
commit 861f082e66
3681 changed files with 135953 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"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 的连接路径",
"sourceType": "com.lideeyunji.tool.framework.websocket.config.WebSocketProperties",
"defaultValue": "\/ws"
},
{
"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"
}
],
"hints": []
}

View File

@@ -0,0 +1 @@
com.lideeyunji.tool.framework.websocket.config.WebSocketAutoConfiguration