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
@@ -6,8 +6,8 @@ flowchart LR
n2["OAuth2AuthorizedClient"]
n3[("Redis")]
n4[("PostgreSQL")]
n0 -->|"세션 id 로 조회"| n1
n0 -->|"principal 이름으로 조회"| n2
n0 -->|"조회"| n1
n0 -->|"조회"| n2
n1 -->|"저장"| n3
n2 -->|"저장"| n4
classDef external stroke-dasharray: 6 4