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: 엔티티 스캔 문제 해결 #146

Merged
merged 3 commits into from
Jul 15, 2024
Merged

Conversation

iiqcov
Copy link
Collaborator

@iiqcov iiqcov commented Jul 15, 2024

📌 Issue Number

🪐 작업 내용

  • 테스트 코드 작성 시 엔티티 스캔 문제가 발생하여 테스트 코드가 실행되지 않고 오류 발생

✅ PR 상세 내용

  • @EnableJpaAuditing 를 메인 애플리케이션이 아닌 특정 설정 클래스로 분리하여 엔티티 스캔이 테스트 클래스에서 이루어지지 않도록 수정하였습니다.
  • JPA 설정 변경에 따라 generated 디렉토리가 생성되어 .gitignore에 추가하였습니다.

❌ 애로 사항

  • X

📚 Reference

  • X

@iiqcov iiqcov self-assigned this Jul 15, 2024
Copy link

@ht3064
Copy link
Member

ht3064 commented Jul 15, 2024

수고하셨습니다!

@iiqcov iiqcov merged commit badbacd into develop Jul 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: 테스트 코드 작성 시 엔티티 스캔 문제 발생
2 participants