This commit is contained in:
chenp 2021-06-26 10:36:12 +08:00
parent b2e9c5efde
commit 41fd6084f5

View File

@ -14,7 +14,7 @@ export_on_save:
```plantuml ```plantuml
@startuml @startuml
!include ../puml/core.puml !include https://deep-tek.com/puml/core.puml
用户 -> 认证中心: 登录操作 用户 -> 认证中心: 登录操作
认证中心 -> 缓存: 存放(key=token+ip,value=token)token 认证中心 -> 缓存: 存放(key=token+ip,value=token)token
@ -72,8 +72,8 @@ public void fun() {
```plantuml ```plantuml
@startuml container-diagram @startuml container-diagram
!include ../puml/C4_Component.puml !include https://deep-tek.com/puml/C4_Component.puml
!include ../puml/core.puml !include https://deep-tek.com/puml/core.puml
LAYOUT_TOP_DOWN() LAYOUT_TOP_DOWN()
'LAYOUT_AS_SKETCH() 'LAYOUT_AS_SKETCH()