Files
pengchen-exam-java/exam-framework/exam-spring-boot-starter-websocket/target/classes/META-INF/spring-configuration-metadata.json
2025-04-17 15:37:37 +08:00

24 lines
747 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": "exam.websocket",
"type": "pc.exam.pp.framework.websocket.config.WebSocketProperties",
"sourceType": "pc.exam.pp.framework.websocket.config.WebSocketProperties"
}
],
"properties": [
{
"name": "exam.websocket.path",
"type": "java.lang.String",
"description": "WebSocket 的连接路径",
"sourceType": "pc.exam.pp.framework.websocket.config.WebSocketProperties"
},
{
"name": "exam.websocket.sender-type",
"type": "java.lang.String",
"description": "消息发送器的类型 可选值local、redis、rocketmq、kafka、rabbitmq",
"sourceType": "pc.exam.pp.framework.websocket.config.WebSocketProperties"
}
],
"hints": []
}