s

spring-boot-starter-current-limiting

Current limiting tool based on leak bucket algorithm and token bucket algorithm.
https://github.com/yueshutong/spring-boot-starter-current-limiting
The Apache Software License, Version 2.0
YueShuTong
Files download
File Operation
spring-boot-starter-current-limiting-0.1.1.RELEASE.jar download
spring-boot-starter-current-limiting-0.1.1.RELEASE.pom download
spring-boot-starter-current-limiting-0.1.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.yueshutong</groupId>
  <artifactId>spring-boot-starter-current-limiting</artifactId>
  <version>0.1.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'cn.yueshutong:spring-boot-starter-current-limiting:0.1.1.RELEASE'
Gradle Kotlin
implementation("cn.yueshutong:spring-boot-starter-current-limiting:0.1.1.RELEASE")
Scala SBT
libraryDependencies += "cn.yueshutong" % "spring-boot-starter-current-limiting" % "0.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cn.yueshutong', module='spring-boot-starter-current-limiting', version='0.1.1.RELEASE')
)
Apache Ivy
<dependency org="cn.yueshutong" name="spring-boot-starter-current-limiting" rev="0.1.1.RELEASE" />
Leiningen
[cn.yueshutong/spring-boot-starter-current-limiting "0.1.1.RELEASE"]
Apache Buildr
'cn.yueshutong:spring-boot-starter-current-limiting:jar:0.1.1.RELEASE'