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] 프로필 변경 API #24

Merged
merged 7 commits into from
Jul 30, 2023
Merged

[feat] 프로필 변경 API #24

merged 7 commits into from
Jul 30, 2023

Conversation

chaerlo127
Copy link
Collaborator

🌱 이슈 번호

close #23


💬 기타 사항

  • 프로필 변경할 때 필요한 GET/POST API 생성했슴니당
  • User Entity에 Dynamic Insert, Dynamic Update Annotation 생성해두었슴니당

@chaerlo127 chaerlo127 added 🔮 feat 기능을 생성해요 ! 🐣 chae-eun 채은이가 만든 기능이에요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 ! labels Jul 30, 2023
@chaerlo127 chaerlo127 self-assigned this Jul 30, 2023
import org.jetbrains.annotations.NotNull

@DynamicUpdate
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이걸 추가하면 필요한 데이터만 불러오거나, 저장을 함니다
모든 테이블의 컬럼을 불러오는게 아니라, 필요한 컬럼만 불러와서 효율적 관리를 할 수 있대여

출처링크

Copy link
Member

Choose a reason for hiding this comment

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

오호 이런 정보 감사합니당당

Copy link
Member

@psyeon1120 psyeon1120 left a comment

Choose a reason for hiding this comment

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

모야 api 머신이야 모야....(수근수근)

Copy link
Member

@sojungpp sojungpp left a comment

Choose a reason for hiding this comment

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

아니그러니까(수근수근

@chaerlo127 chaerlo127 merged commit 306f3ab into develop Jul 30, 2023
1 check passed
@chaerlo127 chaerlo127 deleted the feat/#23-profile branch July 31, 2023 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 chae-eun 채은이가 만든 기능이에요 ! 🔮 feat 기능을 생성해요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 프로필 변경 API
3 participants