Skip to content
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

Merged
merged 5 commits into from
Aug 6, 2024
Merged

[chore #18] : Swagger 세팅 #19

merged 5 commits into from
Aug 6, 2024

Conversation

hyun2371
Copy link
Member

@hyun2371 hyun2371 commented Aug 4, 2024

관련 이슈

📑 작업 상세 내용

  • Swagger 설정 파일 추가
  • 질문글 API swagger 명세
  • Swagger 접속 위해 security.config 수정

💫 작업 요약

  • swagger 세팅

🔍 중점적으로 리뷰 할 부분

  • 개발일지에 swagger 링크 첨부했습니다!

@hyun2371 hyun2371 added the ⚙️ chore 환경 세팅 label Aug 4, 2024
@hyun2371 hyun2371 requested a review from dudxo August 4, 2024 13:43
@hyun2371 hyun2371 self-assigned this Aug 4, 2024
@hyun2371 hyun2371 linked an issue Aug 4, 2024 that may be closed by this pull request
2 tasks
Copy link

github-actions bot commented Aug 4, 2024

Test Results

18 tests    4 ✅  1s ⏱️
 7 suites  14 💤
 7 files     0 ❌

Results for commit 6d3b684.

public OpenAPI openAPI() {
SecurityScheme securityScheme = new SecurityScheme()
.type(SecurityScheme.Type.HTTP)
.scheme("bearer")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"bearer"로 하셔도 잘 되셨나요?
만약 인증이 안되거나 확인이 안되신다면 "Bearer "로 수정 부탁드려요!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

블로그 참고하면 bear로 나와있어서요..!
지금 토큰이 없어 확인해볼 수 없으니, 일단 pr merge하고 문제 생길 시 수정하겠습니다~

Copy link
Collaborator

@dudxo dudxo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일정이 있어서 확인이 늦었네요,,

@hyun2371 hyun2371 merged commit eae702c into dev Aug 6, 2024
3 checks passed
@hyun2371 hyun2371 deleted the chore/#18/swagger-setting branch August 6, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ chore 환경 세팅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

⚙️ Swagger 세팅
2 participants