spring-configuration-metadata.json 658 B

12345678910111213141516171819202122232425
  1. {
  2. "groups": [
  3. {
  4. "name": "event",
  5. "type": "jnpf.properties.EventProperty",
  6. "sourceType": "jnpf.config.ProjectEventAutoConfiguration",
  7. "sourceMethod": "getEventProperties()"
  8. }
  9. ],
  10. "properties": [
  11. {
  12. "name": "event.event-publish-type",
  13. "type": "java.lang.String",
  14. "description": "默认时间发布、监听渠道: redis, mq",
  15. "sourceType": "jnpf.properties.EventProperty"
  16. },
  17. {
  18. "name": "event.redis-publish-type",
  19. "type": "java.lang.String",
  20. "description": "Redis监听模式:current, all",
  21. "sourceType": "jnpf.properties.EventProperty"
  22. }
  23. ],
  24. "hints": []
  25. }