DOC

io.github.weasley-j : http-rate-limiter-spring-boot-starter

Maven & Gradle

Jun 08, 2023
5 stars

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

Table Of Contents

Latest Version

Download io.github.weasley-j : http-rate-limiter-spring-boot-starter Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.weasley-j : http-rate-limiter-spring-boot-starter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file http-rate-limiter-spring-boot-starter-1.0.5-javadoc.jar to http-rate-limiter-spring-boot-starter-1.0.5-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder http-rate-limiter-spring-boot-starter-1.0.5-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "http-rate-limiter-spring-boot-starter-1.0.5-sources.jar" -d "http-rate-limiter-spring-boot-starter-1.0.5-javadoc" -subpackages