License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.yueshutong |
ArtifactId | ArtifactIdspring-boot-starter-current-limiting |
Version | Version0.1.1.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-starter-current-limiting
Current limiting tool based on leak bucket algorithm and token bucket algorithm.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/ -->
<dependency>
<groupId>cn.yueshutong</groupId>
<artifactId>spring-boot-starter-current-limiting</artifactId>
<version>0.1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/
implementation 'cn.yueshutong:spring-boot-starter-current-limiting:0.1.1.RELEASE'
// https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/
implementation ("cn.yueshutong:spring-boot-starter-current-limiting:0.1.1.RELEASE")
'cn.yueshutong:spring-boot-starter-current-limiting:jar:0.1.1.RELEASE'
<dependency org="cn.yueshutong" name="spring-boot-starter-current-limiting" rev="0.1.1.RELEASE">
<artifact name="spring-boot-starter-current-limiting" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yueshutong', module='spring-boot-starter-current-limiting', version='0.1.1.RELEASE')
)
libraryDependencies += "cn.yueshutong" % "spring-boot-starter-current-limiting" % "0.1.1.RELEASE"
[cn.yueshutong/spring-boot-starter-current-limiting "0.1.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.4.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.1.4.RELEASE |