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

fix : ComponentScan Issue 수정 #13

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

donsonioc2010
Copy link
Owner

EnableJpaRepository로 해결

- Main ComponentScan을 Domain영역 추가
- Domain모듈에서 JPA를 implemention참조가아닌 API참조로 수정
    - 변경한 사유는 implemention인 경우에는 Api모듈에서 JpaRepository인터페이스의 사용이 불가능해지지만, api를 통한 빌드를 할 경우에는 활요이 가능해진다.
- Domain에서 작성해야하는 Entity, Repository의 Sample Code 작성
@bongsh0112 bongsh0112 merged commit f488db5 into dev Sep 15, 2023
2 checks passed
@bongsh0112 bongsh0112 deleted the fix/12-componentScan-issue branch September 15, 2023 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix : Component Scan을 Domain모듈만 읽는 문제 해결
2 participants