首页>代码>SpringBoot+vue前后端分离-模板项目,适合新手小白二次开发,太香了>/EasyJavaTemplate/SpringBoot/src/main/java/cn/wujiangbo/annotation/RateLimit.java
package cn.wujiangbo.annotation;

import java.lang.annotation.*;

/**
 * 用于防刷限流的注解
 *      默认是5秒内只能调用一次
 * @author 波波老师(weixin:javabobo0513)
 */
@Target({ ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RateLimit {
    
    /** 限流的key */
    String key() default "limit:";

    /** 周期,单位是秒 */
    int cycle() default 5;

    /** 请求次数 */
    int count() default 1;

    /** 默认提示信息 */
    String msg() default "请勿重复点击";
}
最近下载更多
叁卍石  LV5 8月21日
Oxygeni  LV6 7月14日
llllllK  LV5 5月13日
jc121140  LV3 3月22日
wanglinddad  LV55 3月14日
welcome丶  LV8 3月7日
全栈小陈  LV4 1月21日
oulingqiao  LV13 1月11日
root111snkdnc  LV3 2023年12月27日
最近浏览更多
citybird  LV4 11月18日
yanguobin  LV7 11月1日
wjs-zuizui 10月19日
暂无贡献等级
202106  LV6 8月23日
叁卍石  LV5 8月21日
kaye7549317 8月15日
暂无贡献等级
cyd yyds  LV2 8月5日
嘻嘻不嘻嘻 8月5日
暂无贡献等级
Oxygeni  LV6 7月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友