org.minbox.framework:minbox-ratelimiter

Request flow limit, support Redis Lua script, Google token bucket mode

License

License

GroupId

GroupId

org.minbox.framework
ArtifactId

ArtifactId

minbox-ratelimiter
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Request flow limit, support Redis Lua script, Google token bucket mode

Download minbox-ratelimiter

How to add to project

<!-- https://jarcasting.com/artifacts/org.minbox.framework/minbox-ratelimiter/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>minbox-ratelimiter</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/minbox-ratelimiter/
implementation 'org.minbox.framework:minbox-ratelimiter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/minbox-ratelimiter/
implementation ("org.minbox.framework:minbox-ratelimiter:1.0.0.RELEASE")
'org.minbox.framework:minbox-ratelimiter:jar:1.0.0.RELEASE'
<dependency org="org.minbox.framework" name="minbox-ratelimiter" rev="1.0.0.RELEASE">
  <artifact name="minbox-ratelimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='minbox-ratelimiter', version='1.0.0.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "minbox-ratelimiter" % "1.0.0.RELEASE"
[org.minbox.framework/minbox-ratelimiter "1.0.0.RELEASE"]

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-core Optional jar 5.2.7.RELEASE
org.springframework : spring-beans Optional jar 5.2.7.RELEASE
org.springframework.boot : spring-boot-starter-aop Optional jar 2.3.1.RELEASE
org.projectlombok : lombok Optional jar 1.18.12
com.alibaba.boot : nacos-config-spring-boot-starter Optional jar 0.2.7
org.springframework.boot : spring-boot-starter-data-redis Optional jar 2.3.1.RELEASE

Project Modules

There are no modules declared in this project.

oss-parent

用于发布org.minbox.framework相关开源框架到maven center的parent配置

Versions

Version
1.0.0.RELEASE