Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller에서 Response를 반환하는 방식 수정 및 통일 #65

Open
woody35545 opened this issue Oct 4, 2023 · 0 comments
Open
Assignees

Comments

@woody35545
Copy link
Member

woody35545 commented Oct 4, 2023

우선 간단하게 아래와 같이 필드를 구성할 예정

--- 
title: Response 클래스 직관적으로 변경
---

classDiagram

class ResponseDto{
+ code : int
+ message : String
+ data : Object
}
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant