AntPathMatcher
public static void main(String[] args) {
AntPathMatcher springAntMatcher = new AntPathMatcher();
boolean flag =springAntMatcher.match("/path/**", "/path/2131321");
System.out.println(flag);
}
public static void main(String[] args) {
AntPathMatcher springAntMatcher = new AntPathMatcher();
boolean flag =springAntMatcher.match("/path/**", "/path/2131321");
System.out.println(flag);
}