Rest API
Designing API, easier to understand by useing HttpMethod
- drop verbs, use noun instead
HttpMethod
GET
POST
PUT
PATCH
DELETE
'Spring' 카테고리의 다른 글
[TIL] 240106 Serialize (0) | 2024.01.06 |
---|---|
[TIL] 240105 spring 심화 개인과제 피드백 (3) | 2024.01.05 |
[TIL] 231228 ResponseEntity<T> ResponseEntity<?> 제네릭 클래스 (2) | 2023.12.28 |
[TIl] 231221 Spring Security (0) | 2023.12.21 |
[TIL] 231220 Spring Boot Global Exception @ControllerAdvice (0) | 2023.12.20 |