-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: yml 파일에서 API 경로명을 주입할 수 있도록 세팅 * refactor(MeetingV2Controller): 행사 신청/일반 모임 신청 API 분리 * refactor(MeetingV2Service): 행사 신청/일반 모임 신청 비즈니스 로직 분리 * feat(MeetingV2Service): 모임 신청 유효성 검증 처리 구현 - 행사 모임에 일반 모임 신청 시 예외처리 - 일반 모임에 행사 모임 신청 시 예외처리 * test(MeetingV2ServiceTest): 메서드 네이밍 변경 * test(MeetingV2ServiceTest): 행사 및 일반 모임 신청 예외처리 테스트 코드 추가 * chore: prod, dev 환경변수 분리 * refactor: 에러 메시지 수정 * chore: 환경변수 네이밍 변경 - dev 환경이랑 일치
- Loading branch information
1 parent
91f2139
commit c045e95
Showing
9 changed files
with
299 additions
and
106 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.