Skip to content

[Week8] Feat: 공통응답형식 지정 및 Interceptor 처리로직 추가#11

Open
callme-waffle wants to merge 3 commits intomainfrom
week7
Open

[Week8] Feat: 공통응답형식 지정 및 Interceptor 처리로직 추가#11
callme-waffle wants to merge 3 commits intomainfrom
week7

Conversation

@callme-waffle
Copy link
Owner

Week 8: 프로젝트 내용

진행상황

: authAPI 회원가입 API 추가 ('/join')

주요 수정사항

  • memberAPI join로직 수정
  • 공통 응답형식 반영

Copy link
Collaborator

@sohyun022 sohyun022 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잘했습니다~!!

@@ -0,0 +1,9 @@
package com.plitsoft.ojt.auth.dto.request;

public record PostMemberJoinReqQueryDTO(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dto를 record 타입으로 만들면 일반 클래스로 만드는 것에 비해 어떤 이점이 있을까요?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

두 메서드는 어떻게 다르게 쓰이나요??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants