feat: 가상화 문서들 추가

This commit is contained in:
DongHyeonka
2026-09-10 08:54:05 +09:00
parent e9f6a93327
commit 43e1aadef0
695 changed files with 153404 additions and 12754 deletions
@@ -19,6 +19,6 @@ Spring Security 의 자동 구성은 세션을 서블릿 컨테이너 메모리
## Relationships
- **OAuth2AuthorizedClient → PostgreSQL:** 저장. Evidence: L355L358.
- **브라우저 요청 → OAuth2AuthorizedClient:** principal 이름으로 조회. Evidence: L332L341.
- **브라우저 요청 → Application Session:** 세션 id 로 조회. Evidence: L326L331.
- **브라우저 요청 → OAuth2AuthorizedClient:** 조회. Evidence: L332L341.
- **브라우저 요청 → Application Session:** 조회. Evidence: L326L331.
- **Application Session → Redis:** 저장. Evidence: L347L351.