Class MerchantCenterSFTPAutoConfiguration
java.lang.Object
com.broadleafcommerce.datafeed.feedprovider.google.sftp.autoconfigure.MerchantCenterSFTPAutoConfiguration
@Configuration
@ConditionalOnProperty(value="broadleaf.datafeed.feedprovider.google.sftp.enabled",
havingValue="true")
@EnableConfigurationProperties(MerchantCenterSFTPConfigurationProperties.class)
public class MerchantCenterSFTPAutoConfiguration
extends Object
Autoconfiguration for Google DataFeed SFTP related components.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MerchantCenterSFTPAutoConfiguration
public MerchantCenterSFTPAutoConfiguration()
-