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: 종속성 변경 및 테스트 자동화 유틸 생성 #4

Merged
merged 8 commits into from Jan 7, 2024

Conversation

sosow0212
Copy link
Owner

@sosow0212 sosow0212 commented Jan 7, 2024

📄 Summary

  • Querydsl 설정 추가
  • Spring 3.x에서도 작동되도록 Jasypt 라이브러리 버전 변경
  • 통합 테스트 환경에서 테스트 격리 자동화하는 클래스 추가
  • 영속성 계층 통합 테스트를 위한 테스트 격리 어노테이션 추가
  • RestDocs prettyPrint와 클래스 명을 자동으로 해주는 기능 추가
  • 컨트롤러 테스트에서 컨텍스트 캐싱을 위한 MockBeanInjection 클래스 추가

🙋🏻 More

https://blog.naver.com/sosow0212/223315262688

close #3

@sosow0212 sosow0212 self-assigned this Jan 7, 2024
@sosow0212 sosow0212 added the 기능 추가 기능을 추가합니다 label Jan 7, 2024
@sosow0212 sosow0212 merged commit d2a935e into develop Jan 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 추가 기능을 추가합니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

설정 파일 추가와 테스트 격리 자동화 기능을 추가한다
1 participant