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.web.server.autoconfigure.ServerProperties.class,org.springframework.boot.tomcat.autoconfigure.TomcatServerProperties.class,org.springframework.boot.autoconfigure.web.WebProperties.class})
public class MidPointSpringApplication.ServerCustomization
extends Object
implements org.springframework.boot.web.server.WebServerFactoryCustomizer<MidPointTomcatServletWebServerFactory>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(MidPointTomcatServletWebServerFactory serverFactory)
-
Constructor Details
-
ServerCustomization
public ServerCustomization()
-
-
Method Details
-
customize
- Specified by:
customizein interfaceorg.springframework.boot.web.server.WebServerFactoryCustomizer<MidPointTomcatServletWebServerFactory>
-