Moved Spring HATEOAS article to spring-boot-rest module

This commit is contained in:
Ger Roza
2019-04-16 17:13:15 -03:00
parent 3d193b8ebf
commit f391ddf462
12 changed files with 148 additions and 43 deletions
+10
View File
@@ -44,6 +44,16 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!-- Spring HATEOAS -->
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
</dependency>
<!-- util -->