Files
project-auth-server/docs/README.md
T

28 lines
1.6 KiB
Markdown

# Documentation Hub
Project-Auth-Server 의 문서 영역.
## 문서 영역
| 경로 | 내용 |
|------|------|
| [`architecture/`](./architecture/README.md) | 시스템 구조, 레이어링, 설계 의도 + 아키텍처 다이어그램 |
| [`topics/`](./topics/README.md) | 토픽별 ADR + 운영 런북 / 트러블슈팅 (Clean Architecture, Keycloak, Logging) |
| [`exception-handling-policy.md`](./exception-handling-policy.md) | 예외 처리 13개 정책 — 코드/테스트/게이트로 강제하는 항목 한눈에 |
| [`testing-coverage-policy.md`](./testing-coverage-policy.md) | JaCoCo / PIT / jqwik Tier 분류와 임계치 정책 |
| [`testing-history/`](./testing-history/README.md) | 사건 단위 before/after 비교 기록 (jqwik 도입 / Tier 1 도달 / PIT 게이트 활성 등) |
| [`development/`](./development/) | 로컬 개발 환경 — Keycloak realm import, Postman collection |
| [`standards/`](./standards/) | 언어 / 스프링 / DB / 웹 / 테스트 코딩 가이드 |
| [`examples/`](./examples/) | `standards/` 의 적용 예시 코드 |
| [`templates/`](./templates/README.md) | ADR / Runbook / Troubleshooting 등 재사용 템플릿 |
| [`documentation-guide.md`](./documentation-guide.md) | 문서 작성 기준과 스타일 규칙 |
## 빠른 링크
- [Architecture Overview](./architecture/README.md)
- [Topic Docs Index](./topics/README.md)
- [Exception Handling 13개 정책](./exception-handling-policy.md)
- [Testing Coverage Policy (Tier + 임계치)](./testing-coverage-policy.md)
- [Testing History — 사건별 SUMMARY](./testing-history/README.md)
- [Templates Index](./templates/README.md)