chore: 优化部分文件格式

This commit is contained in:
2024-06-25 21:32:15 +08:00
parent de056aa0c4
commit 491721e887
7 changed files with 7 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ import java.lang.annotation.*;
/** /**
* 限流注解 * 限流注解
*
* @author KAI * @author KAI
* @since 2.2.0 * @since 2.2.0
*/ */

View File

@@ -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
*/ */

View File

@@ -25,6 +25,7 @@ import top.continew.starter.security.limiter.aop.RateLimiterAspect;
/** /**
* 限流配置注入器 * 限流配置注入器
*
* @author KAI * @author KAI
* @since 2.2.0 * @since 2.2.0
*/ */

View File

@@ -21,6 +21,7 @@ import org.springframework.util.StringUtils;
/** /**
* 限流器配置属性 * 限流器配置属性
*
* @author KAI * @author KAI
* @since 2.2.0 * @since 2.2.0
*/ */

View File

@@ -18,6 +18,7 @@ package top.continew.starter.security.limiter.enums;
/** /**
* 限流类型 * 限流类型
*
* @author KAI * @author KAI
* @since 2.2.0 * @since 2.2.0
*/ */

View File

@@ -20,6 +20,7 @@ import top.continew.starter.core.exception.BaseException;
/** /**
* 限流异常 * 限流异常
*
* @author KAI * @author KAI
* @since 2.2.0 * @since 2.2.0
*/ */

View File

@@ -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;
/** /**
* 全局异常处理器 * 全局异常处理器
* *