feat: Swagger API 문서 추가 - #119
Merged
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Chocoding1
approved these changes
Aug 25, 2026
sun007021
approved these changes
Aug 25, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 연관된 이슈
📋 작업 내용
springdoc-openapi3.1.0을 적용했습니다.user-api,admin-api,internal-api그룹으로 분리했습니다.user-api로 설정했습니다.X-User-Id인증 헤더를 Swagger에서 입력할 수 있도록 구성했습니다.404응답을 문서에 추가했습니다.✅ 변경 사항 체크리스트
develop인가요?📎 참고 자료
http://localhost:8080/swagger-ui.html🛠️ Technical Concerns
springdoc-openapi3.1.0을 사용했습니다.urls.primaryName쿼리 파라미터가 있으면 설정된 기본 그룹보다 해당 값이 우선됩니다.