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

[BE] JpaRepository를 사용하지 않고 Repository 혹은 CrudRepository를 사용해 불필요한 메서드 생성을 제어한다. #964

Open
donghoony opened this issue Nov 15, 2024 · 0 comments

Comments

@donghoony
Copy link
Contributor

🔍 설명

  • 현재 JpaRepository를 대부분의 상황에서 사용하고 있습니다만, 몇 가지 문제가 존재합니다.
  1. 실제 사용하지 않는 메서드들이 SimpleJpaRepository에 존재해 구현됨
  2. Production level에서 사용하지 않는 메서드를 테스트에서 사용하고 있음

산초도 통일되지 않는 사용에 대해서 경계하고 있는 것 같아 이슈로 올립니다. 제 제안은 아래와 같아요.

🔥 할 일

  • 현재 JpaRepository로 이루어져 있는 인터페이스를 Repository를 상속받도록 수정

⏰ 예상 시간

  • 30분 !

🐴 할 말

  • 테스트 코드에서만 사용되는 findAll 등을 주의합시다 👍🏻
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant