摘要: 定义注解 @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) @Documented public @interface ApiAccessLimit { int seconds() default 5; int maxCo 阅读全文
posted @ 2021-10-09 11:21 苏黎世湖畔 阅读(297) 评论(0) 推荐(0)