-
Notifications
You must be signed in to change notification settings - Fork 4
Main 병합 #59
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
Conversation
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
- userId -> accountId - profileId 추가
- Redis 사용 - 토큰 블랙리스트 기능 구현
- jwtPayload.getProfileId() -> jwtPayload.getAccountId()
- 정규표현식으로 token 형식 검증
[#14] main에 머지된 내용을 되돌리고 develop 브랜치로 다시 머지
[#15] 회원 관리 기능 구현 - 연관 관계 적용
- invalidateToken() 메서드 구현 - 로그아웃과 회원탈퇴 시 토큰 무효화 적용
게시글 기능 구현 최종
[#22] 회원관리 로직 오류 수정
팀원들과 통일
[#24] refactor/프로필 수정 조건 로직 서비스 계층으로 이동
[#42] README 초안 작성
… into feature/43
[#43] 프로필 조회 시 팔로잉, 팔로워 수 조회 기능 추가
… into feature/50
게시글 좋아요 추가/제거: 조건부 + 예외처리
LocalDateTime과 String 타입의 이슈로 인한 수정 LocalDate 타입을 이용하여 기간 조회 구현
- 전역 예외 처리 핸들러 구현 - 커스텀 응답 예외 추가 - 에러 enum 추가 - security 관련 예외 응답 처리 수정
[#49] 게시글 기간 조회
- 간단한 리팩토링
- 간단한 리팩토링
[#53] 예외 처리 기능 구현
- CustomResponseException 에서 에러 메시지가 null 로 뜨는 오류 해결 - ex.getMessage() -> ex.getErrorMessage() 로 변경
[#53] 전역 예외처리기 오류 해결
Che0807
approved these changes
Jun 4, 2025
joansdev
approved these changes
Jun 4, 2025
Merged
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.
develop->main병합