cl
4 天以前 14616a0300c7378ac12cf353a94155e3fea6f7f0
rsf-server/src/main/java/com/vincent/rsf/server/common/config/WebMvcConfig.java
@@ -29,6 +29,7 @@
                .excludePathPatterns("/swagger-resources/**", "/webjars/**","/erp/**", "/v2/**","/v3/**","/doc.html/**", "/swagger-ui.html/**");
    }
    @Bean
    public AsyncHandlerInterceptor getAsyncHandlerInterceptor() {
        return new AsyncHandlerInterceptor(){