chore: 优化代码格式

This commit is contained in:
2024-09-11 22:24:46 +08:00
parent 1fc80cda9e
commit 46773df9dd
40 changed files with 99 additions and 75 deletions

View File

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

View File

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

View File

@@ -31,7 +31,7 @@ import top.continew.starter.security.limiter.core.RateLimiterNameGenerator;
/**
* 限流器自动配置
*
*
* @author KAI
* @author Charles7c
* @since 2.2.0

View File

@@ -21,7 +21,7 @@ import top.continew.starter.core.constant.PropertiesConstants;
/**
* 限流器配置属性
*
*
* @author KAI
* @since 2.2.0
*/

View File

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

View File

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