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

[feat] Swagger 연동 #8

Merged
merged 10 commits into from
Jan 1, 2024
Merged

[feat] Swagger 연동 #8

merged 10 commits into from
Jan 1, 2024

Conversation

ziiyouth
Copy link
Contributor

@ziiyouth ziiyouth commented Jan 1, 2024

Related Issue 🍫

Summary 🍪

  • 스웨거 연동
  • 관련 설정 파일 추가
  • 각 도메인의 swagger 인터페이스 생성
  • controller를 interface의 구현체로 수정

Before i request PR review 🍰

  1. 예시 코드로 Member 도메인에 테스트 API 생성해두었습니다. 코드 보시면서 이렇게 쓰는 거구나~ 하시면 될 거 같아요!
  2. 로컬은 http://localhost:8080/api/v1/docs, 서버는 https://sopt-sweet.store/api/v1/docs 로 확인!
  3. applicaton.yml 변경 있습니다!

@ziiyouth ziiyouth added CHORE 의존성 추가, yml 수정, 패키지 구성 등 업데이트 FEAT 새로운 기능을 추가 labels Jan 1, 2024
@ziiyouth ziiyouth requested a review from hysong4u January 1, 2024 13:34
@ziiyouth ziiyouth self-assigned this Jan 1, 2024
@ziiyouth ziiyouth merged commit b4f5cc9 into develop Jan 1, 2024
1 check passed
@hysong4u hysong4u deleted the feature/#7-swagger branch February 5, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CHORE 의존성 추가, yml 수정, 패키지 구성 등 업데이트 FEAT 새로운 기능을 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Swagger 연동
1 participant