somtoring-api
├── matching
│ ├── application
│ │ └── MatchingService
│ ├── domain
│ │ ├── MatchingRepository
│ │ └── Matching
│ ├── infrastructure
│ │ ├── MatchinQueryRepository
│ │ ├── MatchingJpaRepository
│ │ └── MatchingRepositoryImpl
│ └── presentation
│ └── MatchingController
- SOMTORING-API는 도메인 주도 설계(DDD) 아키텍처를 채택하여 비즈니스 로직과 인프라를 명확히 분리하고 유지보수성을 극대화합니다.
- 모든 도메인 패키지는 application, domain, infrastructure, presentation의 네 가지 주요 레이어로 구성되며, 일관된 구조를 유지합니다.
이한음 | 신예준 |
---|---|
Server | Server |