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

멀티 모듈 설계 및 적용 #40

Open
KATEKEITH opened this issue Jul 12, 2023 · 0 comments
Open

멀티 모듈 설계 및 적용 #40

KATEKEITH opened this issue Jul 12, 2023 · 0 comments
Assignees
Milestone

Comments

@KATEKEITH
Copy link
Collaborator

KATEKEITH commented Jul 12, 2023

├── 배치
├── config // db, redis, filter
├── api // controller
│ ├── coupon
│ ├── item
│ ├── order
│ └── member
├── core // moder
│ ├── coupon
│ ├── item
│ ├── order
│ └── member
├── domain // service, entity / model mapper
│ ├── coupon
│ ├── item
│ ├── order
│ └── member
├── infrastructure // entity, repository
│ ├── coupon
│ ├── item
│ ├── order
└── member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants