Feature s3 repository extension (#366)

Signed-off-by: Michael Hirsch <michael.hirsch@bosch-si.com>
This commit is contained in:
Michael Hirsch
2016-12-07 09:52:43 +01:00
committed by Kai Zimmermann
parent 11fa4469dd
commit edbadc4002
10 changed files with 737 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
*/
package org.eclipse.hawkbit.artifact.repository;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@@ -16,6 +16,7 @@ import org.springframework.context.annotation.Configuration;
* Auto configuration for the {@link MongoDBArtifactStore}.
*/
@Configuration
@ConditionalOnProperty(prefix = "org.eclipse.hawkbit.artifact.repository.mongo", name = "enabled", matchIfMissing = true)
public class MongoDBArtifactStoreAutoConfiguration {
/**