chen.lin
昨天 bb4f5dc6bbf43616ca3482257b576c9c66c49ff5
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(){