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("四川/广元", "四川/广元")); } }