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

chore : JpaRepository Method Call할 수 있도록 과정수정 및 테스트 샘플 추가 #11

Merged
merged 1 commit into from
Sep 15, 2023

Commits on Sep 15, 2023

  1. chore : JpaRepository Method Call할 수 있도록 과정수정 및 테스트 샘플 추가

    - Main ComponentScan을 Domain영역 추가
    - Domain모듈에서 JPA를 implemention참조가아닌 API참조로 수정
        - 변경한 사유는 implemention인 경우에는 Api모듈에서 JpaRepository인터페이스의 사용이 불가능해지지만, api를 통한 빌드를 할 경우에는 활요이 가능해진다.
    - Domain에서 작성해야하는 Entity, Repository의 Sample Code 작성
    donsonioc2010 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    87c086d View commit details
    Browse the repository at this point in the history