spring boot + redis 实现网站限流和接口防刷功能

源码url: https://github.com/zhzhair/accesslimit-spring-boot.git

注解@AccessLimit 实现接口防刷功能,在方法上的注解参数优先于类上注解的参数;

限流需要在配置文件配置多长时间可以通过多少请求,当然你也可以用guava的限流方式。

posted @ 2019-06-01 18:53  zhzhair-codestyle  阅读(1184)  评论(0编辑  收藏  举报