leakybucket-spring-boot-starter

基于漏桶算法(非令牌桶)限流工具

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.gitee.yan_wei_hua
ArtifactId

ArtifactId

leakybucket-spring-boot-starter
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

leakybucket-spring-boot-starter
基于漏桶算法(非令牌桶)限流工具

Download leakybucket-spring-boot-starter

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0