This commit is contained in:
Looly
2023-03-13 05:04:50 +08:00
parent 5b559d19bd
commit 48eec2a8ae
92 changed files with 1487 additions and 651 deletions

View File

@@ -9,6 +9,9 @@ import cn.hutool.core.text.StrUtil;
*/
public class AlwaysTrueMatcher implements PartMatcher {
/**
* 单例
*/
public static AlwaysTrueMatcher INSTANCE = new AlwaysTrueMatcher();
@Override