-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REFACTOR] 프로젝트 전반적인 구조를 리팩터링한다. #1
Comments
Merged
usecase 계층을 없애고 controller -> service를 바로 의존하도록 변경한다.
결론
|
단순 조회인 경우 service -> service에 대한 의존을 제거하고 repository에 의존하도록 변경한다.
결론
|
Repository의 디렉터리 위치를 변경한다.
결론따라서 Repository 계층을 business 계층으로 변경한다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
구조 관련하여 리팩터링 할 사항들을 작성한다.
The text was updated successfully, but these errors were encountered: