spring-configuration-metadata.json 810 B

1234567891011121314151617181920212223242526
  1. {
  2. "groups": [
  3. {
  4. "name": "jt.websocket",
  5. "type": "com.jt.cloud.framework.websocket.config.WebSocketProperties",
  6. "sourceType": "com.jt.cloud.framework.websocket.config.WebSocketProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "jt.websocket.path",
  12. "type": "java.lang.String",
  13. "description": "WebSocket 的连接路径",
  14. "sourceType": "com.jt.cloud.framework.websocket.config.WebSocketProperties",
  15. "defaultValue": "\/ws"
  16. },
  17. {
  18. "name": "jt.websocket.sender-type",
  19. "type": "java.lang.String",
  20. "description": "消息发送器的类型 可选值:local、redis、rocketmq、kafka、rabbitmq",
  21. "sourceType": "com.jt.cloud.framework.websocket.config.WebSocketProperties",
  22. "defaultValue": "local"
  23. }
  24. ],
  25. "hints": []
  26. }