Closed hee9841 closed 2 months ago
/api/v1/running-records/weekly-summary
@RequestParam
MethodArgumentTypeMismatchException.class
RunningRecordWeeklySummaryResponse
🔗 이슈 연결
🚀 구현한 API
/api/v1/running-records/weekly-summary
💡 반영할 내용 및 변경 사항 요약
@RequestParam
으로 받을 경우, 타입에 대한 불일치에 관한 예외 처리와 요청 파라미터 타입이 Enum일 때 Validation에 관한 예외 처리를 위해MethodArgumentTypeMismatchException.class
에 관한 ExceptionHandler을 추가합니다.🔍 리뷰 요청/참고 사항
RunningRecordWeeklySummaryResponse
는 바뀔 가능 성이 있습니다.