최근 포스트

[Spring] Spring REST Path Variables

최대 1 분 소요

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...

[Spring] JSON Jackson Data Binding

1 분 소요

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...

[Spring] Spring Boot REST HTTP

최대 1 분 소요

REST over HTTP REST CRUD APIs(2) Most common use of REST is over HTTP Leverage HTTP methods for CRUD operations

[Spring] What are REST Services?

최대 1 분 소요

REST 서비스란 무엇인가? REST CRUD APIs(1) 이해가 잘 가도록 스토리로 이해해보자.