Files
gr_report_java/lidee-tool/tool-spring-boot-starter-websocket/target/classes/META-INF/spring-configuration-metadata.json
2026-02-08 22:22:27 +08:00

26 lines
862 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": []
}