Package com.adobe.testing.s3mock
Class S3MockConfiguration
-
- All Implemented Interfaces:
@Configuration()@EnableConfigurationProperties(value = {S3MockProperties.class}) public final class S3MockConfiguration
-
-
Constructor Summary
Constructors Constructor Description S3MockConfiguration()
-
Method Summary
Modifier and Type Method Description final ServletWebServerFactorywebServerFactory(S3MockProperties properties)Create a ServletWebServerFactory bean reconfigured for an additional HTTP port. final ConnectorgetHttpConnector()-
-
Method Detail
-
webServerFactory
@Bean() final ServletWebServerFactory webServerFactory(S3MockProperties properties)
Create a ServletWebServerFactory bean reconfigured for an additional HTTP port.
- Returns:
webServerFactory bean reconfigured for an additional HTTP port
-
getHttpConnector
final Connector getHttpConnector()
-
-
-
-