|
|
|
@@ -24,7 +24,8 @@ public class WebApiMvcConfig implements WebMvcConfigurer { |
|
|
|
System.err.println("WebMvcConfig.addInterceptors======================hshshkbb"); |
|
|
|
|
|
|
|
registry.addInterceptor(getApiInterceptor()) |
|
|
|
.addPathPatterns("/**") |
|
|
|
.addPathPatterns("/8888") |
|
|
|
// .addPathPatterns("/**") |
|
|
|
.excludePathPatterns(excludeUrls) |
|
|
|
.order(1); |
|
|
|
} |
|
|
|
|