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: 프로젝트 패키지 구성 및 apiPayload 하위 파일 작성 #4

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

ParkJh38
Copy link
Member

#️⃣연관된 이슈

#3

📝작업 내용

프로젝트 패키지 구성 및 apiPayload 하위 파일 작성

🔎코드 설명 및 참고 사항

프로젝트내의 패키지 구성은 크게 apiPayload, config, converter, domain, repository, service, web으로 구성되어 있으며,
세부 항목으로는

  • apiPayload > code, exception
  • config > 스웨거 및 OpenAi 세팅
  • converter
  • domain > common, entity, enums / entity > mapping 및 기타 엔티티
  • repository
  • service > 각 항목별 서비스 > Command, Query Service로 구분 / 인터페이스와 Impl 구현 부분 분리
  • web > controller, dto / controller > 각 항목별 컨트롤러 / dto > 각 항목별 RequestDTO, ResponseDTO

💬리뷰 요구사항

@ParkJh38 ParkJh38 added the 🛠️ Chore 기타 작업 label Jul 17, 2024
@ParkJh38 ParkJh38 merged commit 7830d6a into develop Jul 17, 2024
@ParkJh38 ParkJh38 added ⚙ Setting 환경 설정 and removed 🛠️ Chore 기타 작업 labels Jul 17, 2024
@ParkJh38 ParkJh38 self-assigned this Jul 18, 2024
@yumzen yumzen deleted the feature/#3-package-initialize branch August 15, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙ Setting 환경 설정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setting: 프로젝트 패키지 구성 및 apiPayload 하위 파일 작성
1 participant