-
Notifications
You must be signed in to change notification settings - Fork 0
File Naming (Controller, Service, DTO)
Daeun edited this page Oct 2, 2024
·
1 revision
- controller, service λ€μ΄λ°
- controller
- μ‘°ν : get~
- μμ update~
- μμ± create~
- μμ remove~
- service
- repoository (Spring Data JPA λ€μ΄λ°)
- μ‘°ν find
- μμ± save
- μμ delete
- controller
- DTO λ€μ΄λ°
- ~~Request, PostCreateRequest