Package com.evolveum.midpoint.web.boot
Class EmbeddedTomcatAutoConfiguration
- java.lang.Object
-
- com.evolveum.midpoint.web.boot.EmbeddedTomcatAutoConfiguration
-
@AutoConfigureOrder(-2147483648) @Configuration @ConditionalOnWebApplication @Import(org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar.class) public class EmbeddedTomcatAutoConfiguration extends Object
Custom configuration (factory) for embedded tomcat factory. This is necessary, as the tomcat factory is hacking tomcat setup.- Author:
- semancik
- See Also:
MidPointTomcatServletWebServerFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EmbeddedTomcatAutoConfiguration.EmbeddedTomcat
-
Constructor Summary
Constructors Constructor Description EmbeddedTomcatAutoConfiguration()
-