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

[서버] 사용자 정보 조회 및 저장 API #10

Merged
merged 12 commits into from
Jan 30, 2024

Conversation

Si-Hyeak-KANG
Copy link
Contributor

This close #8

수행내용

  • 사용자 정보 조회 API 구현
  • 사용자 정보 저장(회원가입) API 구현

특이사항

  • MockMvc 사용을 위한 설정의 공통 Annotation 생성
  • JPA Auditing 방식을 상속을 사용하지 않고, 기능이 필요한 엔티티에 맞게 유연하게 사용
  • API 명세서는 dev 브랜치 merge 후 root 경로에 명세서 url 모음의 파일 생성 예정

@Si-Hyeak-KANG Si-Hyeak-KANG added the enhancement New feature or request label Jan 27, 2024
@Si-Hyeak-KANG Si-Hyeak-KANG self-assigned this Jan 27, 2024
@Si-Hyeak-KANG Si-Hyeak-KANG changed the base branch from main to dev January 29, 2024 05:17
@Si-Hyeak-KANG Si-Hyeak-KANG changed the title 사용자 정보 조회 및 저장 API [서버] 사용자 정보 조회 및 저장 API Jan 29, 2024
Copy link
Collaborator

@hongmj37 hongmj37 left a comment

Choose a reason for hiding this comment

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

👍🏻

@Si-Hyeak-KANG Si-Hyeak-KANG merged commit 232f255 into dev Jan 30, 2024
@Si-Hyeak-KANG Si-Hyeak-KANG deleted the 사용자_로그인_회원가입_시혁 branch January 30, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

[서버] 사용자 회원가입, 로그인 개발
2 participants