Skip to content
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

[FIX] swagger 적용 이후 나타나는 500 에러 해결 #92

Merged
merged 6 commits into from
Jan 15, 2024
Merged

Conversation

sung-silver
Copy link
Contributor

📝 PR 타입

  • 기능 추가
  • 기능 수정
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📝 반영 브랜치

📝 변경 사항

  • 메서드 오버라이드를 하지 않고, 인터페이스에서 @RequestBody와 같은 어노테이션이 붙지 않아 다음과 같은 에러가 발생해 해결했습니다
    HV000151: A method overriding another method must not redefine the parameter constraint configuration, but method SelectUniversityController#patchSelectUniversities(Member, List) redefines the configuration of SelectUniversityApi#patchSelectUniversities(Member, List).

📝 테스트 결과

📝 To Reviewer

Copy link
Contributor

@mikekks mikekks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~ 굿굿!

@sung-silver sung-silver merged commit 5215096 into dev Jan 15, 2024
1 check passed
@sung-silver sung-silver deleted the fix/#91 branch January 16, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] Swagger 적용 후 발생한 500 에러 해결
2 participants