Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

3.5. 패키지 구조

kylekim2123 edited this page Nov 27, 2023 · 1 revision
pickple
├── PickpleBackApplication.java # 애플리케이션 실행

├── address # 주소
│  ├── config
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── exception
│  ├── repository
│  ├── service
│  └── util

├── alarm # 알림
│  ├── config
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── event
│  ├── exception
│  ├── handler
│  ├── repository
│  ├── service
│  └── util

├── auth # 인증, 인가
│  ├── config
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── exception
│  ├── repository
│  └── service

├── chat # 채팅
│  ├── config
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── exception
│  ├── repository
│  ├── service
│  └── util

├── common # 공통
│  ├── config
│  ├── domain
│  ├── dto
│  ├── exception
│  └── util

├── crew # 크루
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── exception
│  ├── repository
│  ├── service
│  └── util

├── game # 게스트 모집글
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── exception
│  ├── repository
│  ├── service
│  └── util

├── map # 지도
│  ├── domain
│  ├── dto
│  ├── repository
│  └── service

├── member # 사용자
│  ├── controller
│  ├── domain
│  ├── dto
│  ├── exception
│  ├── repository
│  ├── service
│  └── util

└── position # 포지션
 ├── controller
 ├── domain
 ├── dto
 ├── exception
 ├── service
 └── util

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /