Skip to content

Commit 6d4c596

Browse files
codebase/integrating-amazon-dynamodb-with-spring-boot-using-spring-cloud-aws [BAEL-9282] [Improvement] (#18518)
* remove codebase from persistence-modules * add codebase for interacting with dynamodb via spring-cloud-aws * add test cases * update test cases to use DynamoDB terminology
1 parent 0cbd8d6 commit 6d4c596

File tree

27 files changed

+265
-594
lines changed

27 files changed

+265
-594
lines changed

persistence-modules/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<module>spring-data-cassandra-test</module>
8787
<module>spring-data-cosmosdb</module>
8888
<module>spring-data-couchbase-2</module>
89-
<module>spring-data-dynamodb</module>
9089
<module>spring-data-eclipselink</module>
9190
<!-- <module>spring-data-elasticsearch</module> --> <!-- JAVA-42359 -->
9291
<!-- <module>spring-data-gemfire</module> Won't Fix in JAVA-14499, The dependencies used are -->

persistence-modules/spring-data-dynamodb/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/pom.xml

Lines changed: 0 additions & 184 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/src/main/java/com/baeldung/Application.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/src/main/java/com/baeldung/spring/data/dynamodb/config/DynamoDBConfig.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/src/main/java/com/baeldung/spring/data/dynamodb/model/ProductInfo.java

Lines changed: 0 additions & 49 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/src/main/java/com/baeldung/spring/data/dynamodb/repositories/ProductInfoRepository.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/src/main/resources/application.properties

Lines changed: 0 additions & 32 deletions
This file was deleted.

persistence-modules/spring-data-dynamodb/src/main/resources/demo.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)