-
Notifications
You must be signed in to change notification settings - Fork 112
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
경북대 BE_김영인 5주차 과제(3단계) #390
Open
Youngini
wants to merge
32
commits into
kakao-tech-campus-2nd-step2:youngini
Choose a base branch
from
Youngini:step3
base: youngini
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 all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
58379a7
initial commit
Youngini 6338ea5
Resolve merge conflicts
Youngini 69a0c05
docs(README.md) : step1 구현할 기능 목록 작성
Youngini 1591d81
docs(README.md) : 카카오 디벨로퍼에서 앱등록
Youngini 010ac77
build(application.properties) : 카카오 로그인 api 사용을 위한 Rest api키를 시크릿 키로 설정
Youngini ea53aee
build(Application) : Application 실행 시, application-secret.properties 추가
Youngini c8b7e56
feat(KakaoAuthController) : 카카오 로그인을 통한 토큰을 받기 위한 Service 코드 작성
Youngini 3cfd329
feat(KakaoAuthController) : 카카오 로그인을 통한 토큰을 받기 위한 Controller 코드 작성
Youngini 48c941a
refactor(KakaoAuthService) : 카카오 로그인을 통해 토큰을 받아오면서 조금 더 직관적으로 이해할 수 있…
Youngini 33c8d0b
feat(RestTemplateResponseErrorHandler) : RestTemplate 사용 시, 오류 처리
Youngini cdf85f0
feat(ForbiddenException) : 카카오 메시지 전송을 거부할 때 오류 처리
Youngini 0286391
dosc(README.md) : 2단계 구현할 기능 목록 정리
Youngini d3af142
dosc(README.md) : 2단계 구현할 기능 목록 추가
Youngini be4b171
feat(Order) : order Entity 생성
Youngini 6476e84
feat(OrderRepository) : order Repository 생성
Youngini 0d716a9
feat(CreateOrderDto) : order 을 받기 위한 DTO
Youngini 27a5e12
feat(OrderController) : 주문하기 Controller
Youngini 78b6fd3
docs(README) : 구현한 기능 정리
Youngini 21d0ff6
feat(OrderRequest) : 요구대로 OrderRequset 수정
Youngini 9b11070
feat(OrderResponse) : 응답으로 받을 내용 정리
Youngini e1a221a
refactor(OrderController) : Response와 Request에 맞게 수정
Youngini 63f8cac
refactor(OrderResponse) : 잘못된 데이터 타입 수정
Youngini ee5c4ea
feat(KakaoTokenService) : 카카오 메시지 보내기
Youngini 3f558e6
dosc(README.md) : 1단계 + 2단계 반영 받기
Youngini e2f7253
refactor(KakaoAuthController) : API path 지정
Youngini c29db4d
refactor(KakaoTokenService) : 템플릿을 만들기 위해서 Json 객체 만들기
Youngini 4a839b6
refactor(KakaoTokenService) : sendKakaoMessage는 전달 역할만 하도록 process Or…
Youngini 0468cf9
refactor(OrderController) : sendKakaoMessage는 전달 역할만 하도록 process Orde…
Youngini 09efb58
refactor(kakaoTokenService) : 토큰을 현재 세션 객체에서 뽑을 수 있도록 수정해보기
Youngini 5f8f73e
dosc(README.md) : API 명세 링크
Youngini a928fc3
refactor (WishController) : pageable 수정
Youngini 602deaf
Merge branch 'youngini' into step3
Youngini 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 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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.
swagger는 시도해보신걸까요?
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.
넵 시도했는데 Order에서 HttpSession에 문제가 발생했다고 오류가 떠서 어떻게 해야하나 고민중이었습니다!