mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 08:57:17 +08:00
refactor(security/limiter): 重构限流器,支持自定义限流器名称生成器
This commit is contained in:
@@ -262,6 +262,16 @@ public class StringConstants {
|
||||
*/
|
||||
public static final String CHINESE_COMMA = ",";
|
||||
|
||||
/**
|
||||
* 圆括号(左) {@code "("}
|
||||
*/
|
||||
public static final String ROUND_BRACKET_START = "(";
|
||||
|
||||
/**
|
||||
* 圆括号(右) {@code ")"}
|
||||
*/
|
||||
public static final String ROUND_BRACKET_END = ")";
|
||||
|
||||
/**
|
||||
* 路径模式
|
||||
*/
|
||||
|
Reference in New Issue
Block a user