spring-configuration-metadata.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "groups": [
  3. {
  4. "name": "mqtt",
  5. "type": "com.usky.http.service.config.mqtt.MqttBaseConfig",
  6. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "mqtt.completion-timeout",
  12. "type": "java.lang.Integer",
  13. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig",
  14. "defaultValue": 0
  15. },
  16. {
  17. "name": "mqtt.host-url",
  18. "type": "java.lang.String",
  19. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
  20. },
  21. {
  22. "name": "mqtt.keep-alive-interval",
  23. "type": "java.lang.Integer",
  24. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig",
  25. "defaultValue": 0
  26. },
  27. {
  28. "name": "mqtt.msg-topic",
  29. "type": "java.lang.String",
  30. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
  31. },
  32. {
  33. "name": "mqtt.password",
  34. "type": "java.lang.String",
  35. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
  36. },
  37. {
  38. "name": "mqtt.username",
  39. "type": "java.lang.String",
  40. "sourceType": "com.usky.http.service.config.mqtt.MqttBaseConfig"
  41. }
  42. ],
  43. "hints": []
  44. }