Guides¶
BE/FE 컨벤션·아키텍처·API·인프라 how-to.
아키텍처 / 코드¶
- teams/engineering/guides/backend-architecture — 헥사고날·어댑터, 도메인↔엔티티 분리
- teams/engineering/guides/frontend-conventions — Feature-Sliced Design, 의존성 방향
- teams/engineering/guides/conventions — Git·커밋·리뷰(Pn)·머지 룰
- teams/engineering/guides/jpa-query — 조회 쿼리/매핑 선택 플로우
- teams/engineering/guides/soft-delete — Cascade 소프트 딜리트 오케스트레이터
- teams/engineering/guides/exception-handling — BusinessException + ErrorCode ENUM
API / 데이터¶
- teams/engineering/guides/api-spec — SpringDoc/Swagger, role prefix
- teams/engineering/guides/image-media-api — presigned URL / S3 공개·비공개
- teams/engineering/guides/db-migration — Flyway 버전 관리
- teams/engineering/guides/jwt-auth — JWT 인증·전달 결정
운영 / 빌드¶
- teams/engineering/guides/cicd — GitHub Actions, Mixed Content/CORS
- teams/engineering/guides/docker — Docker / Compose
- teams/engineering/guides/testing — Spring 테스트 전략