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
@@ -7,8 +7,8 @@ digraph techviz {
n2 [label="OAuth2AuthorizedClient", shape=box, style="rounded,filled"];
n3 [label="Redis", shape=cylinder, style="rounded,filled"];
n4 [label="PostgreSQL", shape=cylinder, style="rounded,filled"];
n0 -> n1 [label="세션 id 로 조회", style=solid];
n0 -> n2 [label="principal 이름으로 조회", style=solid];
n0 -> n1 [label="조회", style=solid];
n0 -> n2 [label="조회", style=solid];
n1 -> n3 [label="저장", style=solid];
n2 -> n4 [label="저장", style=solid];
}