| | |
| | | @Override |
| | | public void addInterceptors(InterceptorRegistry registry) { |
| | | InterceptorRegistration interceptorRegistration = registry.addInterceptor(commonInterceptor); |
| | | interceptorRegistration.excludePathPatterns("/designer/**","/upload/**", "/process/**", "/processes/**", "/swagger-ui.html", "/webjars/**", "/swagger-resources/**", "/v2/api-docs", "/"); |
| | | interceptorRegistration.excludePathPatterns("/sysView/download/**","/designer/**","/upload/**", "/process/**", "/processes/**", "/swagger-ui.html", "/webjars/**", "/swagger-resources/**", "/v2/api-docs", "/"); |
| | | } |
| | | |
| | | @Override |