Administrator
2025-04-20 c95812b953a54e60c916c8ca375101376f58de57
src/test/java/com/taoke/autopay/ClientTest.java
@@ -8,6 +8,7 @@
import com.taoke.autopay.service.KeyOrderService;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.util.AntPathMatcher;
import javax.annotation.Resource;
import java.util.*;
@@ -74,4 +75,9 @@
        getTargetClientId();
    }
    public static void main(String[] args){
        AntPathMatcher pathMatcher = new AntPathMatcher();
      System.out.println(  pathMatcher.match("四川/广元", "四川/广元"));
    }
}