All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

{
  "hints": [],
  "groups": [
    {
      "sourceType": "com.founder.core.starter.properties.RateLimiterProperties",
      "name": "spring.ratelimiter",
      "type": "com.founder.core.starter.properties.RateLimiterProperties"
    }
  ],
  "properties": [
    {
      "sourceType": "com.founder.core.starter.properties.RateLimiterProperties",
      "name": "spring.ratelimiter.enabled",
      "type": "java.lang.Boolean",
      "description": "是否开启"
    },
    {
      "sourceType": "com.founder.core.starter.properties.RateLimiterProperties",
      "name": "spring.ratelimiter.response-body",
      "type": "java.lang.String",
      "description": "Too Many Requests"
    },
    {
      "sourceType": "com.founder.core.starter.properties.RateLimiterProperties",
      "name": "spring.ratelimiter.status-code",
      "type": "java.lang.Integer",
      "description": "509"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy