MVN

cc.uncarbon.framework : helio-starter-rate-limit-redis

Maven & Gradle

Jan 01, 2024

基于Redis实现的限流组件,内置简易的3种限流策略(全局限流、根据当前用户ID限流、根据客户端IP限流)

<dependency>
    <groupId>cc.uncarbon.framework</groupId>
    <artifactId>helio-starter-rate-limit-redis</artifactId>
    <version>1.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.uncarbon.framework : helio-starter-rate-limit-redis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10.0

All Versions

Choose a version of cc.uncarbon.framework : helio-starter-rate-limit-redis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10.x
helio-starter-rate-limit-redis-1.10.0

How to add a dependency to Maven

Add the following cc.uncarbon.framework : helio-starter-rate-limit-redis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.uncarbon.framework</groupId>
    <artifactId>helio-starter-rate-limit-redis</artifactId>
    <version>1.10.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.uncarbon.framework : helio-starter-rate-limit-redis gradle dependency to your build.gradle file:

implementation 'cc.uncarbon.framework:helio-starter-rate-limit-redis:1.10.0'

Gradle Kotlin DSL: Add the following cc.uncarbon.framework : helio-starter-rate-limit-redis gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.uncarbon.framework:helio-starter-rate-limit-redis:1.10.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.uncarbon.framework : helio-starter-rate-limit-redis sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.uncarbon.framework" % "helio-starter-rate-limit-redis" % "1.10.0"