Page History
...
재 조정될수 있습니다.
| Code Block | ||
|---|---|---|
| ||
// 아직은 도메인 이벤트가 없는 버전 // CRUD를 위한 계층형구조를 먼저 완성한후, 헥사고널로 리팩토링 예정입니다. Controllers : API인터페이스 정의 - UserController Services : 어플리케이션/도메인 계층 -User : User도메인을 응집화 -UserAppService -UserService Entity : 엔티티를 집합 -UserEntity Repositories : 인프라계층중 레파지토리들 -UserRepository |
...