Commit fd4f6052 by 丁伟峰

移除接口日志,方便暴露原始异常

1 parent e1a77745
......@@ -11,11 +11,11 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
@Configuration
public class WebConfig implements WebMvcConfigurer {
@Autowired
private RequestInterceptor requestInterceptor;
// @Autowired
// private RequestInterceptor requestInterceptor;
@Override
public void addInterceptors(InterceptorRegistry registry) {
// registry.addInterceptor(requestInterceptor).addPathPatterns("/**");
// registry.addInterceptor(requestInterceptor).addPathPatterns("/**");
}
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!