去除无意义内容

pull/5716/head
EightMonth 2023-12-26 15:17:50 +08:00
parent b311fedc6b
commit 87f9dc0064
2 changed files with 0 additions and 8 deletions

View File

@ -15,10 +15,6 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* @author EightMonth
* @date 2023/11/2 14:19
*/
@Configuration @Configuration
public class Swagger3Config implements WebMvcConfigurer { public class Swagger3Config implements WebMvcConfigurer {
/** /**

View File

@ -6,10 +6,6 @@ import org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFa
import org.springframework.boot.web.server.WebServerFactoryCustomizer; import org.springframework.boot.web.server.WebServerFactoryCustomizer;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/**
* @author EightMonth
* @date 2023/12/26 14:36
*/
@Component @Component
public class UndertowCustomizer implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> { public class UndertowCustomizer implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> {
@Override @Override