jar

io.github.weasley-j : http-request-restrict-spring-boot-starter

Maven & Gradle

Dec 27, 2022
0 stars

http-request-restrict-spring-boot-starter · 一个用于支持`springboot`项目`http`请求限制的`starter`,通过识别客户端传来`token`值(具有唯一标志性)来实现:同一个用户在一定的时间频次内最多只能点击`N`次特定接口的功能

Table Of Contents

Latest Version

Download io.github.weasley-j : http-request-restrict-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.weasley-j : http-request-restrict-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window http-request-restrict-spring-boot-starter-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.weasleyj.request.restrict

├─ io.github.weasleyj.request.restrict.RequestRestrictHandler.class - [JAR]

├─ io.github.weasleyj.request.restrict.RestrictCancelStrategy.class - [JAR]

├─ io.github.weasleyj.request.restrict.Version.class - [JAR]

io.github.weasleyj.request.restrict.util

├─ io.github.weasleyj.request.restrict.util.TemporalUnitUtils.class - [JAR]

io.github.weasleyj.request.restrict.exception

├─ io.github.weasleyj.request.restrict.exception.FrequentRequestException.class - [JAR]

io.github.weasleyj.request.restrict.config

├─ io.github.weasleyj.request.restrict.config.RedisVersion.class - [JAR]

├─ io.github.weasleyj.request.restrict.config.RequestRestrictProperties.class - [JAR]

├─ io.github.weasleyj.request.restrict.config.RequestRestrictRedissonConfig.class - [JAR]

├─ io.github.weasleyj.request.restrict.config.RequestRestrictWebMvcConfig.class - [JAR]

io.github.weasleyj.request.restrict.interceptor

├─ io.github.weasleyj.request.restrict.interceptor.DefaultRequestRestrictInterceptor.class - [JAR]

io.github.weasleyj.request.restrict.annotation

├─ io.github.weasleyj.request.restrict.annotation.ApiRestrict.class - [JAR]

├─ io.github.weasleyj.request.restrict.annotation.EnableApiRestrict.class - [JAR]