edited readme

This commit is contained in:
Pratik Das
2021-06-05 15:26:52 +04:00
parent 3883b0b337
commit 59747d5a60
3 changed files with 9 additions and 17 deletions

BIN
aws/.DS_Store vendored

Binary file not shown.

View File

@@ -8,4 +8,13 @@ Blog posts about this topic:
* [Working with AWS DynamoDB and Spring ](https://reflectoring.io/spring-dynamodb/) * [Working with AWS DynamoDB and Spring ](https://reflectoring.io/spring-dynamodb/)
This is a nested Maven project composed of two modules:
1. dynamodbec: Contains a Spring Boot project which uses Enhanced DynamoDB Client to make database operations on DynamoDB.
2. dynamodbspringdata: Contains a Spring Boot project which uses Spring Data to perform operations on DynamoDB.
In both projects, the Spring Boot dependency is added in the `dependencyManagement` block in `pom.xml`
.

View File

@@ -1,17 +0,0 @@
# Getting Started
### Reference Documentation
For further reference, please consider the following sections:
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.0/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.0/maven-plugin/reference/html/#build-image)
* [Spring Web](https://docs.spring.io/spring-boot/docs/2.5.0/reference/htmlsingle/#boot-features-developing-web-applications)
### Guides
The following guides illustrate how to use some features concretely:
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/)