|
@ -1,111 +0,0 @@
|
|
|
//package com.yihu.jw.gateway.config;
|
|
|
//
|
|
|
//import com.yihu.jw.gateway.filter.CorsInterceptor;
|
|
|
//import org.springframework.context.annotation.Configuration;
|
|
|
//import org.springframework.format.FormatterRegistry;
|
|
|
//import org.springframework.http.converter.HttpMessageConverter;
|
|
|
//import org.springframework.validation.MessageCodesResolver;
|
|
|
//import org.springframework.validation.Validator;
|
|
|
//import org.springframework.web.method.support.HandlerMethodArgumentResolver;
|
|
|
//import org.springframework.web.method.support.HandlerMethodReturnValueHandler;
|
|
|
//import org.springframework.web.servlet.HandlerExceptionResolver;
|
|
|
//import org.springframework.web.servlet.config.annotation.*;
|
|
|
//
|
|
|
//import java.util.List;
|
|
|
//
|
|
|
///**
|
|
|
// * Created by yeshijie on 2024/1/31.
|
|
|
// */
|
|
|
//@Configuration
|
|
|
//public class WebConfig implements WebMvcConfigurer{
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configurePathMatch(PathMatchConfigurer configurer) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configureAsyncSupport(AsyncSupportConfigurer configurer) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configureDefaultServletHandling(DefaultServletHandlerConfigurer configurer) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addFormatters(FormatterRegistry registry) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addInterceptors(InterceptorRegistry registry) {
|
|
|
// registry.addInterceptor(new CorsInterceptor()).addPathPatterns("/**");
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addResourceHandlers(ResourceHandlerRegistry registry) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addCorsMappings(CorsRegistry registry) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addViewControllers(ViewControllerRegistry registry) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configureViewResolvers(ViewResolverRegistry registry) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addArgumentResolvers(List<HandlerMethodArgumentResolver> argumentResolvers) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void addReturnValueHandlers(List<HandlerMethodReturnValueHandler> returnValueHandlers) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configureMessageConverters(List<HttpMessageConverter<?>> converters) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void extendMessageConverters(List<HttpMessageConverter<?>> converters) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void configureHandlerExceptionResolvers(List<HandlerExceptionResolver> exceptionResolvers) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public void extendHandlerExceptionResolvers(List<HandlerExceptionResolver> exceptionResolvers) {
|
|
|
//
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public Validator getValidator() {
|
|
|
// return null;
|
|
|
// }
|
|
|
//
|
|
|
// @Override
|
|
|
// public MessageCodesResolver getMessageCodesResolver() {
|
|
|
// return null;
|
|
|
// }
|
|
|
//}
|