Skip to content

03. Structure

Sunhong Lee edited this page Sep 3, 2022 · 3 revisions

프로젝트 패키지 구조

└─ 📂main
     └─ 📂java
         └─ 📂com
             └─ 📂uniqueAuction
                 └─ 📂web
                     └─ 📂user
                         └─ 📂controller
                         └─ 📂dto
                 └─ 📂domain
                     └─ 📂user
                         └─ 📂service
                         └─ 📂repository
                         └─ 📂entity

Clone this wiki locally