mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 08:57:17 +08:00
chore: 优化部分文件格式
This commit is contained in:
@@ -23,6 +23,7 @@ import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 限流注解
|
||||
*
|
||||
* @author KAI
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
@@ -17,8 +17,10 @@
|
||||
package top.continew.starter.security.limiter.annotation;
|
||||
|
||||
import java.lang.annotation.*;
|
||||
|
||||
/**
|
||||
* 限流组
|
||||
*
|
||||
* @author KAI
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
@@ -25,6 +25,7 @@ import top.continew.starter.security.limiter.aop.RateLimiterAspect;
|
||||
|
||||
/**
|
||||
* 限流配置注入器
|
||||
*
|
||||
* @author KAI
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
@@ -21,6 +21,7 @@ import org.springframework.util.StringUtils;
|
||||
|
||||
/**
|
||||
* 限流器配置属性
|
||||
*
|
||||
* @author KAI
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
@@ -18,6 +18,7 @@ package top.continew.starter.security.limiter.enums;
|
||||
|
||||
/**
|
||||
* 限流类型
|
||||
*
|
||||
* @author KAI
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
@@ -20,6 +20,7 @@ import top.continew.starter.core.exception.BaseException;
|
||||
|
||||
/**
|
||||
* 限流异常
|
||||
*
|
||||
* @author KAI
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
Reference in New Issue
Block a user