Plantuml
This commit is contained in:
parent
fcc986e791
commit
971df3b6ab
@ -9,6 +9,16 @@ export_on_save:
|
|||||||
|
|
||||||
[TOC]
|
[TOC]
|
||||||
|
|
||||||
|
# Plantuml
|
||||||
|
|
||||||
|
```plantuml
|
||||||
|
Alice -> Bob: Authentication Request
|
||||||
|
Bob --> Alice: Authentication Response
|
||||||
|
|
||||||
|
Alice -> Bob: Another authentication Request
|
||||||
|
Alice <-- Bob: Another authentication Response
|
||||||
|
```
|
||||||
|
|
||||||
# 时序图
|
# 时序图
|
||||||
|
|
||||||
```plantuml
|
```plantuml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user