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

feat: [054-FEAT-POST] Post API 기능 구현 #149

Merged
merged 18 commits into from
Mar 18, 2024

Conversation

eod940
Copy link
Collaborator

@eod940 eod940 commented Mar 18, 2024

변경사항

TO-BE

Post(후기)API 기능을 사용할 수 있습니다.

  • Create(POST), Update(PATCH), Read(GET), Delete(DELETE) 기능을 사용할 수 있습니다.

CustomAuthPrincipal 어노테이션을 추가하였습니다.

  • 컨트롤러부에서 해당 어노테이션을 이용해 사용자를 인증할 수 있습니다.
  • 기존 AuthenticationPrincipal 어노테이션이 가지고 있는 NPE 발생 가능성을 줄였습니다.
  • CustomAuthException으로 예외처리가 가능합니다.

테스트

  • 테스트 코드
  • API 테스트

- SwaggerConfig에 새 어노테이션 관련 Reolvers 설정 추가
@dodunge
Copy link
Collaborator

dodunge commented Mar 18, 2024

확인했습니다!

@eod940 eod940 merged commit d182df0 into ValueWith:master Mar 18, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants