Skip to content

Feature/user#4

Merged
JBGeum merged 3 commits intomainfrom
feature/user
Nov 27, 2025
Merged

Feature/user#4
JBGeum merged 3 commits intomainfrom
feature/user

Conversation

@JBGeum
Copy link
Copy Markdown
Collaborator

@JBGeum JBGeum commented Nov 23, 2025

자신의 프로필 확인 및 수정

@JBGeum JBGeum self-assigned this Nov 23, 2025
@JBGeum JBGeum requested a review from f-lab-lyan November 23, 2025 11:59
public class UserPersistenceAdapter implements LoadUserPort, SaveUserPort, UpdateUserPort {

private final UserJpaRepository userJpaRepository;
private static final DateTimeFormatter FORMATTER = DateTimeFormatter.ISO_LOCAL_DATE_TIME;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

이런 constant들의 위치는 어디가 좋을까요? 여러 클래스에 걸쳐서 사용될 것 같은데...

var response = restTemplate.postForEntity("/auth/signup", request, String.class);

// Then
assertThat(response.getStatusCode()).isEqualTo(HttpStatus.CREATED);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

response에 password가 없다는 것은 어떻게 검증할 수 있을까요?

Copy link
Copy Markdown
Collaborator

@f-lab-lyan f-lab-lyan left a comment

Choose a reason for hiding this comment

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

수고하셨습니다. 👍

@JBGeum JBGeum merged commit 22e7726 into main Nov 27, 2025
1 check passed
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.

2 participants