# antibrush **Repository Path**: itger/antibrush ## Basic Information - **Project Name**: antibrush - **Description**: 防止频率请求刷新 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antibrush #### 介绍 防止频率请求刷新 在Controller的方法上加注解 @AccessLimit(seconds=2, maxCount=1, needLogin=true) (表示在2秒内请求一次) #### 软件架构 软件架构说明 springboot 1.5.9 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 将src\main\java\com\company\test\antibrush\handler的类拷贝到项目 2. 在Controller的方法上加注解 3. @AccessLimit(seconds=2, maxCount=1, needLogin=true) (表示在2秒内请求一次)