README.md에서 ApiResponseDto의 상수 정의 섹션 제거 및 응답 예시 섹션 정리.

This commit is contained in:
2025-08-27 08:40:00 +09:00
parent 5abe2932bc
commit 75d827bf04

View File

@@ -57,16 +57,6 @@ public class ApiResponseDto<T> {
}
```
#### 상수 정의
```java
public class ApiResponseDto<T> {
private static final boolean SUCCESS = true;
private static final boolean FAIL = false;
// ... 필드들
}
```
#### 응답 예시
**성공 응답 (201 Created)**