You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: 공연의 식별자로 공연 단건 조회 기능 추가
* feat: 공연 단건 조회 API 추가
* test: 잘못된 path variable 수정
* chore: 공연 조회 메서드 이름 변경
- findStageById -> findById
* fix: `@Nested` 붙은 클래스 명 이름 단축
- 너무 긴 이름으로 인해 "Could not write XML test results for ..." 에러 수정
* style: 공백 제거
✨ 세부 내용
관리자 페이지에서 공연 수정을 위해, 공연의 식별자로 공연을 조회하는 기능이 필요합니다.
기능은
AdminStageV1QueryDslRepository
에 구현하여AdminStageController
에서 사용하도록 하면 될 것 같네요.⏰ 예상 소요 시간
2시간
The text was updated successfully, but these errors were encountered: