-
Notifications
You must be signed in to change notification settings - Fork 10
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
[8주차]Cow_mvc_practice(win9-tech) #5
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
과제가 1주 남긴했지만 꾸준히 올리면 더 좋은 코드를 작성할 수 있습니다..! 파이팅
/* MemberResponse dto 적용 */ | ||
@PostMapping("/new") | ||
public MemberResponse create(@RequestBody final MemberRequest memberRequest) { | ||
System.out.println("111"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test 한 코드는 지워주세요!
UpdateMemberRequest 적용 UpdateMemberResponse 적용 update 흐름 변경 service -> request -> entity
FindMemberResponse 적용
FindMemberResponse 적용 @transactional(readOnly = true) 적용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ~ ★
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ~ ★
https://documenter.getpostman.com/view/32531840/2sA3Qngt8f