최근 포스트

[Spring] Spring REST API Design

8 분 소요

Spring REST API Design REST CRUD APIs(8) For real-time projects, who will use your API? Also, how will they use your API? Design the API based on requ...

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