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.
1.스웨거,헬스체크,로그인에 필요한 기본 엔드포인트인 "/" 는 스프링 시큐리티와 JWT 필터에서 넘어가게끔 처리
2.로그인 한 플랫폼에 따라(네이버 혹은 카카오) 받아오는 유저 정보가 다르게 끔 구현 -> 테스트 가능한 코드는 resources/templates/ 에 구현 완료 -> 해당 jsx파일에서 getUserInfo가 유저 정보 얻어오기 기능 처리