Add a starter for building a RESTful service with Spring HATEOAS

Closes gh-2396
This commit is contained in:
Andy Wilkinson
2015-01-22 15:22:50 +00:00
parent ea7b5c6e3c
commit 01344c8617
6 changed files with 52 additions and 10 deletions

View File

@@ -21,16 +21,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<version>1.1.0.RELEASE</version>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>