demo_doc/samples/demo01.puml

13 lines
253 B
Plaintext
Raw Permalink Normal View History

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