Package com.evolveum.midpoint.web.boot
Class MidPointSpringApplication.ServerCustomization
- java.lang.Object
-
- com.evolveum.midpoint.web.boot.MidPointSpringApplication.ServerCustomization
-
- All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<MidPointTomcatServletWebServerFactory>
- Enclosing class:
- MidPointSpringApplication
@Component @EnableConfigurationProperties(org.springframework.boot.autoconfigure.web.ServerProperties.class) public class MidPointSpringApplication.ServerCustomization extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<MidPointTomcatServletWebServerFactory>
-
-
Constructor Summary
Constructors Constructor Description ServerCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
customize(MidPointTomcatServletWebServerFactory serverFactory)
-
-
-
Method Detail
-
customize
public void customize(MidPointTomcatServletWebServerFactory serverFactory)
- Specified by:
customize
in interfaceorg.springframework.boot.web.server.WebServerFactoryCustomizer<MidPointTomcatServletWebServerFactory>
-
-