首页 > 数据库> > spring boot + redis 实现网站限流和接口防刷功能 spring boot + redis 实现网站限流和接口防刷功能 2019-06-01 19:03:29 作者:互联网 源码url: https://github.com/zhzhair/accesslimit-spring-boot.git 注解@AccessLimit 实现接口防刷功能,在方法上的注解参数优先于类上注解的参数; 限流需要在配置文件配置多长时间可以通过多少请求,当然你也可以用guava的限流方式。标签:防刷,spring,boot,接口,限流,注解 来源: https://www.cnblogs.com/zhzhair-coding/p/10960591.html