一个用于支持springboot项目http请求限制的starter,通过识别客户端传来token值(具有唯一标志性)来实现:同一个用户在一定的时间频次内最多只能点击N次特定接口的功能,使用redisson内置非公平锁实现
-
Updated
Jul 8, 2023 - Java
一个用于支持springboot项目http请求限制的starter,通过识别客户端传来token值(具有唯一标志性)来实现:同一个用户在一定的时间频次内最多只能点击N次特定接口的功能,使用redisson内置非公平锁实现
Add a description, image, and links to the api-limit topic page so that developers can more easily learn about it.
To associate your repository with the api-limit topic, visit your repo's landing page and select "manage topics."