We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3883b0b commit 59747d5Copy full SHA for 59747d5
aws/.DS_Store
0 Bytes
aws/springdynamodb/README.md
@@ -8,4 +8,13 @@ Blog posts about this topic:
8
9
* [Working with AWS DynamoDB and Spring ](https://reflectoring.io/spring-dynamodb/)
10
11
+This is a nested Maven project composed of two modules:
12
+
13
+1. dynamodbec: Contains a Spring Boot project which uses Enhanced DynamoDB Client to make database operations on DynamoDB.
14
15
+2. dynamodbspringdata: Contains a Spring Boot project which uses Spring Data to perform operations on DynamoDB.
16
17
+In both projects, the Spring Boot dependency is added in the `dependencyManagement` block in `pom.xml`
18
+.
19
20
aws/springdynamodb/dynamodbec/HELP.md
0 commit comments