Add spring-data-rest sample

This commit is contained in:
Dave Syer
2014-02-27 10:33:44 +00:00
parent 8e8237a93e
commit 2845b101a1
13 changed files with 566 additions and 0 deletions

View File

@@ -72,6 +72,11 @@
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-rest</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-integration</artifactId>