demo02
This commit is contained in:
parent
48b447f3db
commit
a5a0b094a3
@ -1,10 +1,8 @@
|
|||||||
---
|
---
|
||||||
puppeteer:
|
puppeteer:
|
||||||
landscape: false
|
landscape: false format: "A4"
|
||||||
format: "A4"
|
timeout: 3000 export_on_save:
|
||||||
timeout: 3000
|
puppeteer: true
|
||||||
export_on_save:
|
|
||||||
puppeteer: true
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# 时序图
|
# 时序图
|
||||||
@ -20,3 +18,21 @@ Tomcat -> GitLab: Nice to meet you.
|
|||||||
Tomcat <-- GitLab: Nice to meet you too.
|
Tomcat <-- GitLab: Nice to meet you too.
|
||||||
@enduml
|
@enduml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# 引入模块
|
||||||
|
|
||||||
|
```plantuml
|
||||||
|
@startuml
|
||||||
|
!include <C4/C4_Container>
|
||||||
|
|
||||||
|
Person(personAlias, "Label", "Optional Description")
|
||||||
|
Container(containerAlias, "Label", "Technology", "Optional Description")
|
||||||
|
System(systemAlias, "Label", "Optional Description")
|
||||||
|
|
||||||
|
System_Ext(extSystemAlias, "Label", "Optional Description")
|
||||||
|
|
||||||
|
Rel(personAlias, containerAlias, "Label", "Optional Technology")
|
||||||
|
|
||||||
|
Rel_U(systemAlias, extSystemAlias, "Label", "Optional Technology")
|
||||||
|
@enduml
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user