From 75d827bf042fe5ec5cb6a65b346b85065467a7f6 Mon Sep 17 00:00:00 2001 From: sohot8653 Date: Wed, 27 Aug 2025 08:40:00 +0900 Subject: [PATCH] =?UTF-8?q?README.md=EC=97=90=EC=84=9C=20ApiResponseDto?= =?UTF-8?q?=EC=9D=98=20=EC=83=81=EC=88=98=20=EC=A0=95=EC=9D=98=20=EC=84=B9?= =?UTF-8?q?=EC=85=98=20=EC=A0=9C=EA=B1=B0=20=EB=B0=8F=20=EC=9D=91=EB=8B=B5?= =?UTF-8?q?=20=EC=98=88=EC=8B=9C=20=EC=84=B9=EC=85=98=20=EC=A0=95=EB=A6=AC?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index c79c734..aa95366 100644 --- a/README.md +++ b/README.md @@ -57,16 +57,6 @@ public class ApiResponseDto { } ``` -#### 상수 정의 - -```java -public class ApiResponseDto { - private static final boolean SUCCESS = true; - private static final boolean FAIL = false; - // ... 필드들 -} -``` - #### 응답 예시 **성공 응답 (201 Created)**