mirror of https://github.com/jeecgboot/jeecg-boot
去除无意义内容
parent
b311fedc6b
commit
87f9dc0064
|
@ -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 {
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue