feat(phase2): 핵심 관리 기능 CRUD + 하트비트 스케줄러 #13

병합
HYOJIN feature/ISSUE-7-phase2-crud-heartbeat 에서 develop 로 2 commits 를 머지했습니다 2026-04-07 17:06:39 +09:00
Showing only changes of commit 7884f0b4e9 - Show all commits

파일 보기

@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/ko/1.0.0/).
## [Unreleased]
### 추가
- 테넌트 CRUD API (GET/POST/PUT /api/tenants) (#7)
- 사용자 CRUD API (역할 기반 접근 제어, GET/POST/PUT/DELETE /api/users) (#7)
- 서비스 등록/관리 API (GET/POST/PUT /api/services, /api/services/{id}/apis) (#7)
- 하트비트 스케줄러 (30초 간격 폴링, WebClient 헬스체크) (#7)
- 헬스체크 상태 조회/이력 API (GET/POST /api/heartbeat) (#7)
- @EnableMethodSecurity + @PreAuthorize 역할 기반 접근 제어 (#7)
- 테넌트/사용자/서비스 관리 프론트엔드 페이지 (CRUD 테이블 + 모달) (#7)
## [2026-04-07]
### 추가