-
Notifications
You must be signed in to change notification settings - Fork 0
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 수정 및 추가 #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리팩토링 하느라 수고하셨어요!
build.gradle
Outdated
@@ -35,7 +35,10 @@ dependencies { | |||
implementation 'org.springframework.boot:spring-boot-starter-validation' | |||
implementation 'org.springframework.boot:spring-boot-starter-web' | |||
implementation 'io.jsonwebtoken:jjwt:0.9.1' // 자바 JWT 라이브러리 | |||
implementation 'javax.xml.bind:jaxb-api:2.3.1' // XML 문서와 Java 객체 간 매핑 자동화 | |||
implementation 'javax.xml.bind:jaxb-api:2.3.1' // XML 문서와 Java 객체 간 매핑 자동화 | |||
annotationProcessor('org.projectlombok:lombok') // test를 위한 롬복 추가 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
56라인에 똑같은게 있어요. 확인 부탁드려요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
Issue
PR 타입(하나 이상의 PR 타입을 선택해주세요)
반영 브랜치
refactor/user_login -> dev
변경 사항
테스트 결과
회원가입 기능
Request
Response : 성공시
사용자 로그인
Request
Response : 성공시
Response : 실패시
사용자 설정 업데이트
Request
Response : 성공시
Request
Response : 성공시
Response : 실패시