Seongwon97 / Seongwon97.github.io

렉스🦖의 개발블로그입니다~
https://seongwon.dev/
0 stars 0 forks source link

[Spring] GetMapping | Seongwon.dev #2

Closed utterances-bot closed 2 years ago

utterances-bot commented 2 years ago

[Spring] GetMapping | Seongwon.dev

REST API디자인을 하기 위해서 자원에 대한 행위들은 HTTP Method로 표현을 해야한다. HTTP Method에는 GET, POST, PUT, DELETE 등이 존재한다. 오늘은 Spring Boot에서 GET API를 사용하는 방법에 대해 알아볼 것이다. GET API의 특징 리소스를 취득하는 작업을 하는 API이다. CRUD에서 R에 해당한다…

https://seongwon97.github.io/Spring/2022-04-21-Spring-Get-Mapping/