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 구현 #17

Merged
merged 7 commits into from
Jan 7, 2024
Merged

[feat] 회원가입 API 구현 #17

merged 7 commits into from
Jan 7, 2024

Conversation

gardening-y
Copy link
Member

@gardening-y gardening-y commented Jan 7, 2024

Related Issue 📌

close #16

Description ✔️

  • UserService에 회원가입 비즈니스 로직을 구현하였습니다.
  • UserApiController 클래스의 signUp 메서드를 구현하였습니다.
  • User 엔티티를 생성해주는 메서드를 구현하였습니다.

Copy link
Member

@SunwoongH SunwoongH left a comment

Choose a reason for hiding this comment

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

고생 많으셨습니다!


@PostMapping("/signup")
public ResponseEntity<ApiResponse<?>> signUp(@RequestHeader("Authorization") final String token,
@RequestParam final UserSignUpRequest request) {
Copy link
Member

Choose a reason for hiding this comment

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

Http 메시지를 읽어오는 경우, RequestBody 어노테이션이 필요해 보입니다.

@gardening-y gardening-y merged commit 91639e7 into develop Jan 7, 2024
1 check passed
@SunwoongH SunwoongH deleted the feature/16 branch July 11, 2024 04:42
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.

[feat] 회원가입 API 구현
2 participants