is not current version
Last Version 1.2

com.github.taptap:ratelimiter-spring-boot-starter 1.1

分布式限流

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.taptap
ArtifactId

ArtifactId

ratelimiter-spring-boot-starter
Version

Version

1.1
Type

Type

jar

Download ratelimiter-spring-boot-starter 1.1


<!-- https://jarcasting.com/artifacts/com.github.taptap/ratelimiter-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.taptap</groupId>
    <artifactId>ratelimiter-spring-boot-starter</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taptap/ratelimiter-spring-boot-starter/
implementation 'com.github.taptap:ratelimiter-spring-boot-starter:1.1'
// https://jarcasting.com/artifacts/com.github.taptap/ratelimiter-spring-boot-starter/
implementation ("com.github.taptap:ratelimiter-spring-boot-starter:1.1")
'com.github.taptap:ratelimiter-spring-boot-starter:jar:1.1'
<dependency org="com.github.taptap" name="ratelimiter-spring-boot-starter" rev="1.1">
  <artifact name="ratelimiter-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taptap', module='ratelimiter-spring-boot-starter', version='1.1')
)
libraryDependencies += "com.github.taptap" % "ratelimiter-spring-boot-starter" % "1.1"
[com.github.taptap/ratelimiter-spring-boot-starter "1.1"]