패키지 구조 #3
bbbbooo
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
계층형 구조로 진행합니다.
DTO만 도메인별로 생성합니다.
📦stepbackend
┣ 📂aggregate
┃ ┣ 📂dto
┃ ┃ ┗ 📂scrap
┃ ┃ ┃ ┗ 📜ScrapDTO.java
┃ ┗ 📂entity
┃ ┃ ┗ 📜Scrap.java
┣ 📂controller
┃ ┗ 📜ScrapController.java
┣ 📂repository
┃ ┗ 📜ScrapRepository.java
┣ 📂service
┃ ┗ 📜ScrapService.java
┗ 📜StepBackendApplication.java
Beta Was this translation helpful? Give feedback.
All reactions