@Configuration
@ConditionalOnArkEnabled
@ConditionalOnClass(value=org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class)
@ConditionalOnMissingClass(value="org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer")
@AutoConfigureBefore(value=org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class)
public class ArkServletLegacyAutoConfiguration
extends Object
adapt to springboot 2.1.9.RELEASE
- Since:
- 2.2.8
- Author:
- gaosaroma