Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
요약 (Summary)
🔑 변경 사항 (Key Changes)
PostSocialringRequest/Response dto 작성
: 명세서 대로 구현하였습니다.Socialring socialringDate 수정
: 기존의 LocalDateTime을 LocalDate로 수정하였습니다.Member/MemberSocialringRepository
: 소셜링 등록을 위한 레포지토리파일을 작성하였습니다.SocialringController.createSocialring
: 소셜링 등록을 위한 컨트롤러 작성하였습니다.SocialringService.createSocialring
: 소셜링 등록을위한 소셜링 서비스 작성하였습니다. 멤버 소셜링 생성은 멤버 소셜링 서비스로 넘겨주었습니다.memberSocialringService.createMemberSocialring
: 소셜링을 만든 사람이 captain 으로 들어갈 수 있도록 구현하였습니다.exception class 작성
: 예외처리를 위한 exception, exceptionHandler 클래스 작성하였습니다.📝 리뷰 요구사항 (To Reviewers)
확인 방법
코드를 실행시키고, 레디스도 실행시켜주세요.
mysql workbench에서 다음 쿼리문을 실행시켜주세요
그 다음 카카오 소셜로그인을 해주세요.
https://kauth.kakao.com/oauth/authorizeclient_id=220ac935aaf5aa43884ee21823d82237&redirect_uri=http://localhost:8080/auth/kakao/callback&response_type=code
엑세스토근을 postman에 넣고 테스트 해주세요
http://localhost:8080/socialring
다음 주소로 POST 요청 보내주세요
body는 다음과 같이 구성됩니다. (아이디값들은 변경하시면 안됩니다.)
위와 같이 뜨면 성공입니다!
데이터베이스에서도 확인가능합니다!