hal browser를 이용한 hateoas 기능 구현

This commit is contained in:
haerong22
2020-11-28 17:19:00 +09:00
parent edb107354e
commit 819e224316

View File

@@ -39,6 +39,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-browser</artifactId>
<version>3.2.6.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>