Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

재 조정될수 있습니다.

Code Block
themeEmacs
//아직은 도메인 이벤트가 없는 버전
Controllers : API인터페이스 정의
 - UserController

Services : 어플리케이션/도메인 계층
 -User : User도메인을 응집화
   -UserAppService
   -UserService
Entity : 엔티티를 집합
  -UserEntity
Repositories : 인프라계층중 레파지토리들
 -UserRepository

...