spring-configuration-metadata.json 793 B

1234567891011121314151617181920212223242526
  1. {
  2. "groups": [
  3. {
  4. "name": "management.endpoint.feign",
  5. "type": "net.yyc.common.feign.endpoint.FeignClientEndpoint",
  6. "sourceType": "net.yyc.common.feign.endpoint.FeignClientEndpoint"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "management.endpoint.feign.cache.time-to-live",
  12. "type": "java.time.Duration",
  13. "description": "Maximum time that a response can be cached.",
  14. "sourceType": "net.yyc.common.feign.endpoint.FeignClientEndpoint",
  15. "defaultValue": "0ms"
  16. },
  17. {
  18. "name": "management.endpoint.feign.enabled",
  19. "type": "java.lang.Boolean",
  20. "description": "Whether to enable the feign endpoint.",
  21. "sourceType": "net.yyc.common.feign.endpoint.FeignClientEndpoint",
  22. "defaultValue": true
  23. }
  24. ],
  25. "hints": []
  26. }