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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcustomize(MidPointTomcatServletWebServerFactory serverFactory) 
- 
Constructor Details- 
ServerCustomizationpublic ServerCustomization()
 
- 
- 
Method Details- 
customize- Specified by:
- customizein interface- org.springframework.boot.web.server.WebServerFactoryCustomizer<MidPointTomcatServletWebServerFactory>
 
 
-