@Configuration
@ConditionalOnArkEnabled
@ConditionalOnClass(value={org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class,org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer.class})
@AutoConfigureBefore(value=org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class)
public class ArkServletAutoConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArkServletAutoConfiguration.EmbeddedArkTomcat |
| Constructor and Description |
|---|
ArkServletAutoConfiguration() |
Copyright © 2024. All rights reserved.