mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-09 08:57:17 +08:00
refactor: 新增 PATH_PATTERN 字符串常量
This commit is contained in:
@@ -58,4 +58,9 @@ public class StringConstants implements StrPool {
|
||||
* 中文逗号
|
||||
*/
|
||||
public static final String CHINESE_COMMA = ",";
|
||||
|
||||
/**
|
||||
* 路径模式
|
||||
*/
|
||||
public static final String PATH_PATTERN = "/**";
|
||||
}
|
||||
|
Reference in New Issue
Block a user