-
Notifications
You must be signed in to change notification settings - Fork 0
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
[chore #18] : Swagger 세팅 #19
Conversation
Test Results18 tests 4 ✅ 1s ⏱️ Results for commit 6d3b684. |
public OpenAPI openAPI() { | ||
SecurityScheme securityScheme = new SecurityScheme() | ||
.type(SecurityScheme.Type.HTTP) | ||
.scheme("bearer") |
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.
"bearer"로 하셔도 잘 되셨나요?
만약 인증이 안되거나 확인이 안되신다면 "Bearer "로 수정 부탁드려요!
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.
블로그 참고하면 bear로 나와있어서요..!
지금 토큰이 없어 확인해볼 수 없으니, 일단 pr merge하고 문제 생길 시 수정하겠습니다~
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.
일정이 있어서 확인이 늦었네요,,
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분