Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

#50 패키지 구조 변경 #100

Merged
merged 15 commits into from
Jul 28, 2021
Merged

#50 패키지 구조 변경 #100

merged 15 commits into from
Jul 28, 2021

Conversation

soongjamm
Copy link
Collaborator

#50

.
└── com
    └── bluedelivery
        ├── api
        │   ├── authentication
        │   │   └── adapter
        │   ├── category
        │   │   └── adapter
        │   ├── menu
        │   │   └── adapter
        │   ├── shop
        │   │   └── adapter
        │   └── user
        │       └── adapter
        ├── application
        │   ├── authentication
        │   │   └── adapter
        │   ├── category
        │   │   └── adapter
        │   ├── shop
        │   │   └── adapter
        │   └── user
        │       └── adapter
        ├── common
        │   ├── config
        │   └── response
        ├── domain
        │   ├── address
        │   ├── authentication
        │   ├── businesshour
        │   ├── category
        │   ├── closingday
        │   ├── menu
        │   ├── shop
        │   └── user
        └── infra
            ├── authentication
            ├── category
            ├── shop
            └── user

@soongjamm soongjamm merged commit 367bc76 into main Jul 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants