# sy-all **Repository Path**: lostChris/sy-all ## Basic Information - **Project Name**: sy-all - **Description**: 注解限流器 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-18 - **Last Updated**: 2024-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于guava+aop实现注解限流 #### 快速上手 引入maven依赖后,直接在方法上添加@RateLimit注解即可 #### maven依赖 ``` com.sy.limit sy-limit 1.2 ```