From 9f7d90ad5c71ae3059642862c4cb61f01300f7e9 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 2 May 2014 20:10:25 +0200 Subject: [PATCH] Updated root readme. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index df3e85fa..055bae43 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,15 @@ We have separate folders for the samples of individual modules: ## Spring Data JPA -* `spring-data-jpa-example` - Probably the project you want to have a look at first. Contains a variety of sample packages, showcasing the different levels at which you can use Spring Data JPA. Have a look at the `simple` package for the most basic setup. -* `spring-data-jpa-java8-auditing` - Example of how to use Spring Data JPA auditing with Java 8 date time types. Note, this project requires to be build with JDK 8. -* `spring-data-jpa-showcase` - Refactoring show case of how to improve a plain-JPA-based persistence layer by using Spring Data JPA (read: removing close to all of the implementation code). Follow the `demo.txt` file for detailed instructions. -* `spring-data-jpa-interceptors` - Example of how to enrich the repositories with AOP. +* `example` - Probably the project you want to have a look at first. Contains a variety of sample packages, showcasing the different levels at which you can use Spring Data JPA. Have a look at the `simple` package for the most basic setup. +* `java8` - Example of how to use Spring Data JPA auditing with Java 8 date time types as well as the usage of `Optional` as return type for repository methods. Note, this project requires to be build with JDK 8. +* `showcase` - Refactoring show case of how to improve a plain-JPA-based persistence layer by using Spring Data JPA (read: removing close to all of the implementation code). Follow the `demo.txt` file for detailed instructions. +* `interceptors` - Example of how to enrich the repositories with AOP. ## Spring Data MongoDB -* `spring-data-mongodb-example` - Example project for general repository functionality as well as aggregation framework support. +* `example` - Example project for general repository functionality as well as aggregation framework support. + +## Spring Data REST + +* `starbucks` - A sample REST webservice built with Spring Data REST and MongoDB. \ No newline at end of file