-
Notifications
You must be signed in to change notification settings - Fork 1
패키지 구조
이민형 edited this page Dec 11, 2020
·
3 revisions
com.javabom.bomplatform
하위 패키지 분류
|---config
|---controller
|---dto
|---exception
|---model
|---repository
|---service
core
|---domain 명
| |---model
| |---repository
|---exception
|---config
web
|---front
|---domain 명
| |---controller
| |---service
| |---dto
|---exception
|---config
User, Mission, (ProgressMission - MissionReviewer), Review
1안
ProgressMission(도메인 명)
|---model
|---ProgressMissionEntity
|---MissionReviewerEntity
|---Review
2안
ProgressMission(도메인 명)
|---model
|---ProgressMissionEntity
|---MissionReviewerEntity
Review(도메인)
|---model
|---ReviewEntity