demo01
This commit is contained in:
@ -14,6 +14,8 @@ export_on_save:
|
||||
```plantuml
|
||||
@startuml
|
||||
|
||||
!include https://deep-tek.com/puml/core.puml
|
||||
|
||||
用户 -> 认证中心: 登录操作
|
||||
认证中心 -> 缓存: 存放(key=token+ip,value=token)token
|
||||
|
||||
|
11
samples/demo01.puml
Normal file
11
samples/demo01.puml
Normal file
@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
!include ../puml/core.puml
|
||||
|
||||
autonumber
|
||||
|
||||
张三 -> Bob: Authentication Request
|
||||
Bob --> 张三: Authentication Response
|
||||
|
||||
张三 -> Bob: Another authentication Request
|
||||
张三 <-- Bob: another authentication Response
|
||||
@enduml
|
Reference in New Issue
Block a user