f-lab-edu / f-lab-edu/spring-reservation-core

IdempotencyKey 엔티티 작성

Open
#7 0 comments 0 reactions 1 assignee Claimed by @xxx-sj View on GitHub
area:idempotency step:1-core
Dominant language
Java
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

# IdempotencyKey 엔티티 및 JPA 매핑

## 📌 Summary
Idempotency-Key 기반 요청 관리를 위한 저장 테이블을 구현한다.

---

## 🧩 Tasks
- [ ] `IdempotencyKey` 엔티티 작성
- key, status(PENDING/COMPLETED), responseBody(JSON), createdAt
- [ ] `IdempotencyStatus` enum 작성
- [ ] Unique 제약 조건(key)
- [ ] Repository 구현

---

## 🔍 Notes
- 예약 생성 API에만 적용할 예정

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.