spring-configuration-metadata.json 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "groups": [
  3. {
  4. "name": "ribbon.rule",
  5. "type": "net.yyc.common.gateway.support.HnqzRibbonRuleProperties",
  6. "sourceType": "net.yyc.common.gateway.support.HnqzRibbonRuleProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "ribbon.rule.enabled",
  12. "type": "java.lang.Boolean",
  13. "description": "是否开启,默认:true",
  14. "sourceType": "net.yyc.common.gateway.support.HnqzRibbonRuleProperties",
  15. "defaultValue": true
  16. },
  17. {
  18. "name": "ribbon.rule.gray-enabled",
  19. "type": "java.lang.Boolean",
  20. "description": "是否开启灰度路由,默认:false",
  21. "sourceType": "net.yyc.common.gateway.support.HnqzRibbonRuleProperties",
  22. "defaultValue": false
  23. },
  24. {
  25. "name": "ribbon.rule.prior-ip-pattern",
  26. "type": "java.util.List<java.lang.String>",
  27. "description": "优先的ip列表,支持通配符,例如:10.20.0.8*、10.20.0.*",
  28. "sourceType": "net.yyc.common.gateway.support.HnqzRibbonRuleProperties"
  29. }
  30. ],
  31. "hints": []
  32. }