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

로그인 기능 구현 #15

Merged
merged 10 commits into from
Sep 27, 2023
Merged

Conversation

chaee813
Copy link
Contributor

작업 내용

  • 유저 LoginDTO 생성
  • userService에서 login 메서드 작성
  • userController 에서 login api 매핑 및 메서드 작성
  • 테스트를 위한 teardown.sql 추가
  • 로그인 성공 테스트
  • 로그인 실패 테스트 (존재하지 않는 이메일, 잘못된 패스워드)

이슈 번호

close #8

@chaee813 chaee813 self-assigned this Sep 27, 2023
- gradle-wrapper.jar 파일이 없을 시 build 실패해서 추가
- .gitignore에서 gradle-wrapper.jar ignore 안되도록 설정
- 전체 테스트시 DummyEntity 생성 + teardown.sql 중첩으로 id 1인게 두개 생성 돼서 couple_tb에 넣는 id 2,3으로 설정해뒀습니다!
@chaee813 chaee813 added enhancement New feature or request In-progress 진행 중 user 유저와 관련된 기능 labels Sep 27, 2023
Copy link
Member

@1jeongg 1jeongg left a comment

Choose a reason for hiding this comment

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

너무 고생하셨어요!! 👍♥️ 코드도 따로 고칠 부분 없고 잘 작성해주셨네요!!
테스트 코드도 꼼꼼히 작성해주셨네요..! 완벽합니당!! ⭐

@1jeongg 1jeongg merged commit 613fdd9 into Step3-kakao-tech-campus:weekly Sep 27, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request In-progress 진행 중 user 유저와 관련된 기능
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인 구현
2 participants