MVN

io.github.weasley-j : http-rate-limiter-spring-boot-starter

Maven & Gradle

Jun 08, 2023
5 stars

http-rate-limiter-spring-boot-starter · 一个用于支持`springboot`项目`http`请求速率限制的`starter`,通过识别客户端传来`token`值(具有唯一标志性)来实现:同一个用户在一定的时间频次内最多只能点击`N`次特定接口的功能

<dependency>
    <groupId>io.github.weasley-j</groupId>
    <artifactId>http-rate-limiter-spring-boot-starter</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.weasley-j : http-rate-limiter-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of io.github.weasley-j : http-rate-limiter-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
http-rate-limiter-spring-boot-starter-1.0.5

How to add a dependency to Maven

Add the following io.github.weasley-j : http-rate-limiter-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.weasley-j</groupId>
    <artifactId>http-rate-limiter-spring-boot-starter</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.weasley-j : http-rate-limiter-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.github.weasley-j:http-rate-limiter-spring-boot-starter:1.0.5'

Gradle Kotlin DSL: Add the following io.github.weasley-j : http-rate-limiter-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.weasley-j:http-rate-limiter-spring-boot-starter:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.weasley-j : http-rate-limiter-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.weasley-j" % "http-rate-limiter-spring-boot-starter" % "1.0.5"