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
|
* @author KAI
|
||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -17,8 +17,10 @@
|
|||||||
package top.continew.starter.security.limiter.annotation;
|
package top.continew.starter.security.limiter.annotation;
|
||||||
|
|
||||||
import java.lang.annotation.*;
|
import java.lang.annotation.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 限流组
|
* 限流组
|
||||||
|
*
|
||||||
* @author KAI
|
* @author KAI
|
||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -25,6 +25,7 @@ import top.continew.starter.security.limiter.aop.RateLimiterAspect;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 限流配置注入器
|
* 限流配置注入器
|
||||||
|
*
|
||||||
* @author KAI
|
* @author KAI
|
||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -21,6 +21,7 @@ import org.springframework.util.StringUtils;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 限流器配置属性
|
* 限流器配置属性
|
||||||
|
*
|
||||||
* @author KAI
|
* @author KAI
|
||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -18,6 +18,7 @@ package top.continew.starter.security.limiter.enums;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 限流类型
|
* 限流类型
|
||||||
|
*
|
||||||
* @author KAI
|
* @author KAI
|
||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -20,6 +20,7 @@ import top.continew.starter.core.exception.BaseException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 限流异常
|
* 限流异常
|
||||||
|
*
|
||||||
* @author KAI
|
* @author KAI
|
||||||
* @since 2.2.0
|
* @since 2.2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -44,8 +44,6 @@ import top.continew.starter.web.autoconfigure.i18n.I18nProperties;
|
|||||||
import top.continew.starter.web.model.R;
|
import top.continew.starter.web.model.R;
|
||||||
import top.continew.starter.web.util.MessageSourceUtils;
|
import top.continew.starter.web.util.MessageSourceUtils;
|
||||||
|
|
||||||
import java.awt.image.RasterFormatException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 全局异常处理器
|
* 全局异常处理器
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user