chen.lin
2 天以前 4c1ac97d065cd4f179fbe2a63970d447c0c54c62
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(){