-
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
base: youngini
Are you sure you want to change the base?
Conversation
http://localhost:8080/login 을 통해서 테스트 해 본 결과 access code를 잘 받아오는 것을 확인
…r을 만들어서 OrderController에서 method 변경
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.
카카오 로그인에 대한 테스트를 로그인 테스트 실제 DB에 반영되서 로그인되는 프로세스로 통합테스트로 만들면 좋을 것 같습니다!
관련해서 테스트용 카카오 로그인 서비스와 배포용 로그인 서비스를 분리해서 관리되면 좋을 것 같네요!
|
||
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0' |
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에 문제가 발생했다고 오류가 떠서 어떻게 해야하나 고민중이었습니다!
API 명세를 README에 직성하려했는데, notion에 작성하는 것이 가독성이 더 좋아보여서 노션 페이지를 올려두었습니다.