[Spring] Spring REST Path Variables
Path Variables REST CRUD APIs(5) Retrieve a single student by id GET -> /api/students{studentId} <- Retrieve a single student (Known as a ‘path vari...
Path Variables REST CRUD APIs(5) Retrieve a single student by id GET -> /api/students{studentId} <- Retrieve a single student (Known as a ‘path vari...
Java JSON Data Binding REST CRUD APIs(4) Data binding is the process of converting JSON data to a Java POJO mapping, sterilization 뭐 다 같은 말임 Java POJO...
Basic code REST CRUD APIs(3)
REST over HTTP REST CRUD APIs(2) Most common use of REST is over HTTP Leverage HTTP methods for CRUD operations
REST 서비스란 무엇인가? REST CRUD APIs(1) 이해가 잘 가도록 스토리로 이해해보자.