최근 포스트

[Spring] Spring REST Global Exception Handling

최대 1 분 소요

Global Exception Handling REST CRUD APIs(7) Exception handler code is only for the specific REST controller Can’t be reused by other controllers <- L...

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