[ Spring ]/REST API
[Spring] HAL Explorer를 이용한 Hateoas 기능 구현
쿠릉쿠릉 쾅쾅
2022. 5. 11. 03:54
728x90
📌 build.gradle
// https://mvnrepository.com/artifact/org.springframework.data/spring-data-rest-hal-explorer
implementation 'org.springframework.data:spring-data-rest-hal-explorer:3.6.4'
http://localhost:8080/ 접속 → http://localhost:8080/actuator 입력
👀 참고 자료
[Spring Boot] RESTful Service 강의 정리 (9) - HAL Browser를 이용한 HATEOAS 기능 구현
[Spring Boot] RESTful Service 강의 정리 (8) - Monitoring APIs with Spring Boot Actuator [Spring Boot] RESTful Service 강의 정리 (7) - Configuring Auto Generation of Swagger Documentation / 개발자 도..
prinha.tistory.com
728x90