demo_doc/samples/demo01.puml
2021-06-27 19:53:11 +08:00

13 lines
253 B
Plaintext

@startuml
'!include ../puml/core.puml
!include ./core.puml
autonumber
张三 -> Bob: Authentication Request
Bob --> 张三: Authentication Response
张三 -> Bob: Another authentication Request
张三 <-- Bob: another authentication Response
@enduml