Merged
Conversation
- SignUpRequest DTO 추가 (이메일, 비밀번호, 사용자명 검증) - AccountService 구현 (회원 조회, 등록 기능) - Member 엔티티 필수 필드 설정 (username, password nullable=false) - Spring Validation 의존성 추가 - 비밀번호 암호화 준비 (PasswordEncoder 주입)
- 회원가입 시 비밀번호 암호화 로직 추가 - 중복 이메일/사용자명 검증 로직 추가 - 기본 구독 정보 자동 생성 기능 추가 - 예외 처리 체계 개선 (DuplicatedException 도입) - 테스트 코드 보강 (Controller, Service 계층)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 작업 내용
1. 회원가입 기능 개선
encodePassword메서드)2. 예외 처리 개선
AccountServiceException추상 클래스 도입DuplicatedException구현체 추가3. 테스트 코드 보강
이미지 첨부
다음 할 일