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)
LoginResponse 수정
: 기존의 response 에서 profile 만 추가로 반환하도록 하였습니다.LoginService 수정
: 기존의 서비스문은 4개의 쿼리가 날라가서 확인해보았더니 checkmember 메소드를 사용하지 않으니 3개의 쿼리로 줄어든 것을 확인하였습니다. 이렇게 수정해도 큰 문제가 생길 것 같지 않아 수정해보았습니다. 만약 데이터베이스에 없다면 명세서처럼 모든 값이 Null 로 처리됩니다.📝 리뷰 요구사항 (To Reviewers)
확인 방법
❗️application-local.yml 을 로컬 환경에 맞춰주세요.
헤더에 토큰은 필요하지 않습니다. 로그인작업을 해주세요.
회원이 아닐경우 위와 같이 반환됩니다.
쿼리문을 실행시켜주세요.
다시 로그인해주세요.
다음과 같이 반환되면 정상입니다!