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

[OpenAPI] 사용자 저장, 조회, 수정, 삭제 API #11

Merged
merged 29 commits into from
Dec 12, 2024

Conversation

tae0y
Copy link
Owner

@tae0y tae0y commented Dec 7, 2024

about #6

  • Controller에 빈 메서드를 정의함
  • OpenAPI 정의 검토 : 입출력 포맷, 응답코드
  • OpenAPI 단위테스트

@tae0y
Copy link
Owner Author

tae0y commented Dec 7, 2024

  • 메서드별 단위테스트 작성
    • createUser
    • getAllUsers
    • getUser
    • updateUser
    • deleteUser

@tae0y
Copy link
Owner Author

tae0y commented Dec 7, 2024

openAPI requestbody, parameters 필드는 오류가 있어서 각주처리해둠.

@tae0y
Copy link
Owner Author

tae0y commented Dec 7, 2024

  • mvn test에서 단위테스트가 왜 실행, 깃헙 액션에 통합

@tae0y tae0y self-assigned this Dec 11, 2024
@tae0y tae0y merged commit 6485599 into main Dec 12, 2024
1 check passed
@tae0y tae0y deleted the feat/6-user-controller-openapi branch December 12, 2024 04:15
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.

1 participant