-
Notifications
You must be signed in to change notification settings - Fork 1
소환사 닉네임 검색하면 matchId 20개 불러와서 저장하는 코드 #21
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
Open
kanginkug
wants to merge
17
commits into
main
Choose a base branch
from
Feature/search_user_info
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
22b8467
fix: riot api key 입력
kanginkug 6acc76f
fix: api로 데이터 불러오기 위한 dependency 추가
kanginkug b1ce542
feat: summoner v4를 받아오기 위한 엔티티 생성
kanginkug ac08ce7
feat: summoner v4를 받아오기 위한 클래스 생성
kanginkug 4b38dfe
feat: summoner v4를 받아오기 위한 서비스 생성 403에러가 뜨기 때문에 수정해야한다.
kanginkug 627b3a5
fix: riot api key 수정
kanginkug 05d274a
fix: 생성자를 만드는 어노테이션 추가
kanginkug fca6b53
feat: SummonerRepository 생성
kanginkug 6223506
feat: SummonerResponseDto 생성
kanginkug 6371a36
fix: 상태코드가 200이 아니면 아이디가 존재하지 않는다는 에러메세지 출력 & summonerResponseDto를 이용…
kanginkug 53b9625
feat: matchId를 저장하는 엔티티 생성
kanginkug ce2a5c4
feat: MatchIdRepository 새엇ㅇ
kanginkug c6d6922
feat: MatchIdResponseDto 생성
kanginkug 61e0cde
fix: summoner엔티티에 matchIds컬럼을 추가했기 때문에 생성자도 수정해야 했다. 그리고 카멜 표기법도 스네이크…
kanginkug 3dcb425
fix: matchId를 불러와 저장하기 위한 controller를 만들었다. 이것을 SummonerController에 추…
kanginkug 8dd3d18
fix: puuid로 소환사 정보를 불러오는 jpa 생성
kanginkug 0b82081
fix: matchId를 불러와서 puuid로 소환사 정보를 찾아 온 후 matchId 테이블에 summoner의 id와 m…
kanginkug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
이 키는 git 에 안올라오도록 git ignore 써야하지않을까 싶습니다!