You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
다른 경우
POST여도 OK가 아닌 CREATED를 리턴해주어야하나 OK를 보내주는 상황 등
그래서 DefaultResponseDto를 구성하려고 합니다
구성요소로는 HttpStatus / Message(code) / Dto가 있습니다
Message(code)는 해당 Method에 대한 설명을 담습니다
ex) 책 조회 -> BOOK_FOUND
Dto는 없는 경우 빼고 리턴해줍니다 (오버로딩)
(Member의 DefaultResponseDto는 삭제 예정입니다.)
✅ 체크리스트
DefaultResponseDto 구현
DefaultResponseDto 적용
📚 레퍼런스
The text was updated successfully, but these errors were encountered:
📋 이슈 내용
현재는 응답이 제각각인 상황입니다
success / msg
POST여도 OK가 아닌 CREATED를 리턴해주어야하나 OK를 보내주는 상황 등
그래서 DefaultResponseDto를 구성하려고 합니다
구성요소로는 HttpStatus / Message(code) / Dto가 있습니다
Message(code)는 해당 Method에 대한 설명을 담습니다
ex) 책 조회 -> BOOK_FOUND
Dto는 없는 경우 빼고 리턴해줍니다 (오버로딩)
(Member의 DefaultResponseDto는 삭제 예정입니다.)
✅ 체크리스트
📚 레퍼런스
The text was updated successfully, but these errors were encountered: