feat: 가상화 문서들 추가
This commit is contained in:
+2
-2
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user