Go to file
SEAN a9c944a27d feat: Health Check 엔드포인트 구현 (#24)
- PublicController 생성 (POST /v1/out/health)
- MariaDB 연결 확인 (SELECT 1)
- Redis, RabbitMQ 연결 확인 (Phase 2에서 구현 예정, not_configured 상태)
- 정상: HTTP 200 + ApiResponse.Success / 이상: HTTP 503 + 상세 상태
2026-02-09 15:17:45 +09:00
SPMS.API feat: Health Check 엔드포인트 구현 (#24) 2026-02-09 15:17:45 +09:00
SPMS.Application feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
SPMS.Domain feat: SpmsException 및 글로벌 예외 처리 미들웨어 구현 (#16) 2026-02-09 14:33:37 +09:00
SPMS.Infrastructure feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
.gitignore feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
global.json [] 새 프로젝트 생성 2025-12-03 13:07:18 +09:00
Jenkinsfile refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
README.md [📝] GIT init 2025-12-03 12:12:45 +09:00
SPMS_API.sln refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00

SPMS