Skip to content
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

Feat: 모듈 분리 #7

Closed
4 tasks done
jinsu4755 opened this issue Aug 2, 2023 · 0 comments · Fixed by #8
Closed
4 tasks done

Feat: 모듈 분리 #7

jinsu4755 opened this issue Aug 2, 2023 · 0 comments · Fixed by #8
Assignees
Labels
Feature 새로운 기능 추가 진수🦂 진수가 작업함!

Comments

@jinsu4755
Copy link
Member

jinsu4755 commented Aug 2, 2023

의존성을 공부하기 위해 모듈을 좀 분리해볼까 합니다.

  • api 모듈 분리

  • 실제 사용자로 요청을 받을 Controller

  • Request로 받아온 DTO

  • Response 로 내려줄 DTO

  • core-domain 의존

  • service 의존

  • core-domain 모듈 분리

  • 순수 core 로직

  • service interface

  • 순수 kotlin 모듈 그 무엇도 의존하지 않게 할 예정

  • service 모듈 분리

  • service 구현체

  • repository repository

  • core-domain 의존

  • data 모듈 분리

  • JPA 및 DB 업데이트 작업

  • service 의존

@jinsu4755 jinsu4755 self-assigned this Aug 2, 2023
@github-actions github-actions bot added the 진수🦂 진수가 작업함! label Aug 2, 2023
@jinsu4755 jinsu4755 added the Feature 새로운 기능 추가 label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 새로운 기능 추가 진수🦂 진수가 작업함!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant