Git地址:https://gitee.com/deepjava/test-api-limit.git

方案一、 Guava工具包 实现单机版限流

具体代码见git

方案二、Redis + lua脚本 实现分布式系统的接口限流

具体代码见git

分布式系统接口限流方案_java