limiter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.admin4j.limiter</groupId>
<artifactId>limiter</artifactId>
<version>0.10.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.admin4j</groupId>
<artifactId>framework</artifactId>
<version>0.10.0</version>
</parent>
<groupId>com.admin4j.limiter</groupId>
<artifactId>limiter</artifactId>
<version>0.10.0</version>
<packaging>pom</packaging>
<name>admin4j-limiter</name>
<description>接口限流器,支持固定窗口,滑动窗口,滑动日志,漏桶算法,令牌桶算法</description>
<url>https://github.com/admin4j/admin4j-framework/admin4j-limiter</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<modules>
<module>limiter-core</module>
<module>limiter-redis</module>
<module>limiter-spring-boot-starter</module>
</modules>
<properties>
<admin4j-limiter.version>0.10.0</admin4j-limiter.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>