Dynamo-DB Spring-Boot AutoConfiguration for
- DynamoDbClient (AWS SDK for Java 2.x)
To add the dependency in your project:
<dependency>
<groupId>com.dz.dynamodb</groupId>
<artifactId>ddconfig-spring-boot-starter</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
implementation "com.dz.dynamodb:ddconfig-spring-boot-starter:0.0.1-SNAPSHOT"
dynamodb.endpoint=
dynamodb.region=
dynamodb.accessKey=
dynamodb.secretKey=
dynamodb.apiCallTimeout=
dynamodb.numRetries=
dynamodb:
endpoint:
region:
accessKey:
secretKey:
apiCallTimeout:
numRetries:
To disable the beans creation, set
dynamodb.enabled
property tofalse