demo_doc/samples/demo01.puml

11 lines
230 B
Plaintext
Raw Normal View History

2021-06-27 10:49:54 +08:00
@startuml
!include ../puml/core.puml
autonumber
张三 -> Bob: Authentication Request
Bob --> 张三: Authentication Response
张三 -> Bob: Another authentication Request
张三 <-- Bob: another authentication Response
@enduml