HeadCopter

WMS 프로젝트 구조 설계 본문

프로젝트 (WMS)

WMS 프로젝트 구조 설계

JungMonkey 2024. 11. 28. 13:56

src/
 └── main/
     ├── java/
     │    └── com/
     │         └── yourcompany/
     │              ├── config/       # 설정 관련
     │              ├── controller/   # API 컨트롤러
     │              ├── service/      # 비즈니스 로직
     │              ├── repository/   # 데이터베이스 접근
     │              └── model/        # 데이터 모델
     └── resources/                   # 설정 파일