@Configuration
@AutoConfigureOrder
@ConditionalOnExpression(value="${embedded.containers.enabled:true}")
@ConditionalOnClass(value=com.amazonaws.services.dynamodbv2.AmazonDynamoDB.class)
@ConditionalOnProperty(name="embedded.dynamodb.enabled",
matchIfMissing=true)
public class EmbeddedDynamoDBDependenciesAutoConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedDynamoDBDependenciesAutoConfiguration.EmbeddedDynamoDbDataSourceDependencyContext |
| Constructor and Description |
|---|
EmbeddedDynamoDBDependenciesAutoConfiguration() |
Copyright © 2021. All rights reserved.