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 : 숨은캐스퍼찾기 게임 가능 여부와 관련 정보를 반환하는 api (CC-154) #32

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

putdata
Copy link
Collaborator

@putdata putdata commented Aug 14, 2024

📝 작업내용

  • 숨은캐스퍼찾기 게임 시작 버튼을 눌렀을 때 시작 가능 여부와 시작이 가능하다면 관련 정보를 반환하는 api 작성

💬 침고사항

📖 레퍼런스

@putdata putdata self-assigned this Aug 14, 2024
@putdata putdata added 익준 feat📌 기능 개발 labels Aug 14, 2024
Copy link
Collaborator

@j2noo j2noo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다.

// Redis Repository 도 만들어야 하므로 네이밍에 Db를 붙임
@Repository
public interface FindingGameDbRepository extends JpaRepository<FindingGame, Integer> {
List<FindingGame> findAllByOrderByStartTime();

@Cacheable(cacheNames = "RecentFindingGame")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JPA에 캐싱이 적용되는지 확인해보겠습니다

@j2noo j2noo merged commit 574e541 into develop Aug 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat📌 기능 개발 익준
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants