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] 테스트 Redis 설정파일 에러 해결 #26

Merged
merged 5 commits into from
Jan 10, 2024

Conversation

jun02160
Copy link
Member

📌 관련 이슈

closed #25

✨ 어떤 이유로 변경된 내용인지

  • RedisConfig에서 등록한 restTemplate 빈을 사용하도록 변경
  • RestTemplate의 제네릭 타입을 -> <String,String>으로 변경
  • application.yml 파일에 테스트용 H2 데이터베이스 세팅
  • @SpringBootTest 어노테이션 제거

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

@jun02160 jun02160 added 🚨HOTFIX 급한 수정사항 발생 🔥PULL REQUEST PR 날릴 때 🐈예준🐈 labels Jan 10, 2024
@jun02160 jun02160 self-assigned this Jan 10, 2024
@jun02160 jun02160 merged commit 489c016 into develop Jan 10, 2024
1 check passed
@jun02160 jun02160 changed the title [FEAT] 테스트 Redis 설정파일 에러 해결 [FIX] 테스트 Redis 설정파일 에러 해결 Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐈예준🐈 🚨HOTFIX 급한 수정사항 발생 🔥PULL REQUEST PR 날릴 때
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] Security, Redis 의존성 관련 오류 해결
1 participant