-
Notifications
You must be signed in to change notification settings - Fork 2
서버사이드 애플리케이션 모듈 로직 참조 방법
Hyeokwoo Alex Kwon edited this page Nov 30, 2019
·
1 revision
서버사이드의 모듈은 크게 두 가지 종류로 구분될 수 있습니다. 한가지는 controller, service, entity를 모두 포함하는 모듈이 있고, 또 다른 한가지는 controller가 없이 service, entity만 존재하는 모듈이 있습니다. 저희 앱에서는 모듈의 서비스가 다른 모듈의 로직을 참조할 때, 다음과 같은 방법을 사용합니다
- service는 다른 모듈의 service를 참조할 수 있다.
- service는 controller가 존재하는 모듈의 service를 참조할 수 없다.
- 2의 경우에는 service에서 다른 모듈의 entity를 사용할 수 있다.
-
Plans
-
Rules
-
Style Guides
-
Sprint Meeting Logs
-
회고