|
|
|
@ -26,7 +26,7 @@ public class InterceptorAdapterConfig implements WebMvcConfigurer {
|
|
|
|
|
excludePathPatterns("/factory/oupai/**"). |
|
|
|
|
excludePathPatterns("/factory/zb/**") |
|
|
|
|
.excludePathPatterns("/factory/common/**"); |
|
|
|
|
InterceptorRegistration registryZbFactory = interceptorRegistry.addInterceptor(new ZbFactoryAccountsInterceptor(zbFactoryProperties)); |
|
|
|
|
registryZbFactory.addPathPatterns("/factory/zb/**"); |
|
|
|
|
// InterceptorRegistration registryZbFactory = interceptorRegistry.addInterceptor(new ZbFactoryAccountsInterceptor(zbFactoryProperties));
|
|
|
|
|
// registryZbFactory.addPathPatterns("/factory/zb/**");
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|