HAL Browser Hypertext Application Language
REST API ์ค๊ณ ์ Response message์ ํฌ๋งท๊ณผ๋ ์๊ด์์ด
API๋ฅผ ์ฝ๊ฒ ์ฌ์ฉํ ์ ์๋ ๋ฉํ์ ๋ณด๋ฅผ ํ์ดํผ๋งํฌ ํ์์ผ๋ก ์ ๊ณตํ๋ค.
- API ๋ฆฌ์์ค ์ฌ์ด์์ ์ผ๊ด์ ์ธ ํ์ดํผ๋งํฌ๋ฅผ ์ ๊ณต
- API ์ค๊ณ์์ HAL์ ๋์ ํ๊ฒ ๋๋ฉด API ๊ฐ ์ฌ์ด ๊ฒ์์ด ๊ฐ๋ฅํด์ง๋ค. → ๋ ๋์ ๊ฐ๋ฐํ๊ฒฝ ์ ๊ณต
dependency ์ถ๊ฐ
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-browser</artifactId>
</dependency>
HAL Browser๊ฐ deprecated ๋์ด์ ์ต์ spring boot ๋ฒ์ ์์๋ HAL explorer๋ฅผ ํตํด ์ฌ์ฉํ๋ฉด ๋๋ค.
(์๋์์ ๋ฒ์ ์ถ๊ฐ ์ ํ๋ฉด ์๋ฌ๋จ)
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-explorer</artifactId>
<version>3.5.1</version>
</dependency>
localhost:8088
๋๊ธ