Open
Conversation
Collaborator
|
수고하셨습니다 |
yangjiae12
reviewed
Apr 13, 2026
Member
yangjiae12
left a comment
There was a problem hiding this comment.
미션 내용 외에 API 구현까지 진행해주셨는데 추후 미션에 따라 리팩토링을 해도 좋을 것 같아요~! API 구현한 거에 대해서는 해당 주차 미션에서 함께 피드백 드리도록 하겠습니다!
| @Getter | ||
| @RequiredArgsConstructor | ||
| public enum MemberErrorCode { | ||
| MEMBER_NOT_FOUND(HttpStatus.NOT_FOUND, "MEMBER404", "����ڸ� ã�� �� �����ϴ�."); |
Member
There was a problem hiding this comment.
이 파일 외에도 전반적인 에러 코드에서 문자열 깨짐이 있는 것 같으니 확인 부탁드립니다!
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.
🚩 관련 이슈
📌 구현 결과
application.yml에 환경변수(DB_URL,DB_USER,DB_PW) 기반 DB/JPA 설정 반영member,mission,review,store도메인으로 패키지 분리controller/converter/dto/entity/enums/exception/repository/service구조 적용member,member_preferstore,region,food_categorymission,member_missionreview,review_image./gradlew test기준 빌드 성공 확인패키지 구조 설계

Swagger 접속 화면

❓ 리뷰 요청
🤔 질문
💬 기타 공유 사항