f-lab-edu / f-lab-edu/spring-reservation-core
IdempotencyKey 엔티티 작성
Open
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.