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

Refactor: 회원 도메인의 dto 패키징 방식을 변경한다. #39

Merged
merged 4 commits into from
Aug 14, 2024

Conversation

hseong3243
Copy link
Collaborator

⛏ 작업 사항

  • 회원 도메인의 dto 위치를 member.dto 패키지 아래로 이동시켰습니다.

📝 작업 요약

  • 회원 도메인 dto 패키지 위치 변경

💡 관련 이슈

기존 controller.request 패키지에서 member.dto.request 패키지로 이동함.
기존 service.response 패키지에서 member.dto.response 패키지로 이동함.
@hseong3243 hseong3243 added the 🔨 Refactor 코드 리팩토링 및 구조 개선 label Aug 14, 2024
@hseong3243 hseong3243 self-assigned this Aug 14, 2024
@hseong3243 hseong3243 linked an issue Aug 14, 2024 that may be closed by this pull request
@mirageoasis mirageoasis merged commit 1027585 into main Aug 14, 2024
1 check passed
@mirageoasis mirageoasis deleted the refactor/member-dto-packaging branch August 14, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링 및 구조 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor: 회원 도메인의 dto 패키징 방식을 변경한다.
3 participants