edited readme
This commit is contained in:
BIN
aws/.DS_Store
vendored
BIN
aws/.DS_Store
vendored
Binary file not shown.
@@ -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`
|
||||||
|
.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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/)
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user