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

Feature/#13 swagger 연동 #18

Merged
merged 5 commits into from
Oct 3, 2024
Merged

Feature/#13 swagger 연동 #18

merged 5 commits into from
Oct 3, 2024

Conversation

lcqff
Copy link
Member

@lcqff lcqff commented Oct 3, 2024

#️⃣ 연관된 이슈

close: #13
#3, #4

📝 작업 내용

Swagger 연동을 진행했습니다.

  • SwaggerConfig 작성
  • SpringDoc 설정 작성
  • Swagger 문서에 로그인 없이 접속 가능하도록 Spring Security 설정 수정

추가로 트랙 업로드 api의 파일 업로드시 사용한 @ReqeustPart가 Swagger와의 연동성이 떨어져서 (reqeust parameter가 swagger 상으로 굉장히 불명확하게 나타남) @AttributeModel로 변경하는 작업을 수행했습니다.

@lcqff lcqff added the ⚙ Setting 설정 label Oct 3, 2024
@lcqff lcqff self-assigned this Oct 3, 2024
@lcqff lcqff merged commit 32d0d4a into develop Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Swagger 연동
1 participant