1 Star 0 Fork 10

王泽 / C4-PlantUML

forked from 爱余星痕 / C4-PlantUML 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
C4_Component.puml 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
爱余星痕 提交于 2020-09-06 19:17 . 提交本地化内容
@startuml c4_component
!include c4_container.puml
' uncomment the following line and comment the first to use locally
'!include c4_container.puml
' Scope: A single container.
' Primary elements: Components within the container in scope.
' Supporting elements: Containers (within the software system in scope) plus people and software systems directly connected to the components.
' Intended audience: Software architects and developers.
' Styling
' ##################################
skinparam rectangle<<component>> {
StereotypeFontColor ELEMENT_FONT_COLOR
FontColor COMPONENT_FONT_COLOR
BackgroundColor COMPONENT_BG_COLOR
BorderColor COMPONENT_BORDER_COLOR
}
skinparam database<<component>> {
StereotypeFontColor ELEMENT_FONT_COLOR
FontColor COMPONENT_FONT_COLOR
BackgroundColor COMPONENT_BG_COLOR
BorderColor COMPONENT_BORDER_COLOR
}
' Layout
' ##################################
!definelong LAYOUT_WITH_LEGEND_CN
hide stereotype
legend right
|= |= Type |
|<PERSON_BG_COLOR> | 用户 |
|<EXTERNAL_PERSON_BG_COLOR> | 外部用户 |
|<SYSTEM_BG_COLOR> | 系统 |
|<EXTERNAL_SYSTEM_BG_COLOR> | 外部系统 |
|<CONTAINER_BG_COLOR> | 容器 |
|<COMPONENT_BG_COLOR> | 组件 |
endlegend
!enddefinelong
!definelong LAYOUT_WITH_LEGEND
hide stereotype
legend right
|= |= Type |
|<PERSON_BG_COLOR> | person |
|<EXTERNAL_PERSON_BG_COLOR> | external person |
|<SYSTEM_BG_COLOR> | system |
|<EXTERNAL_SYSTEM_BG_COLOR> | external system |
|<CONTAINER_BG_COLOR> | container |
|<COMPONENT_BG_COLOR> | component |
endlegend
!enddefinelong
' Elements
' ##################################
!define Component(e_alias, e_label, e_techn) rectangle "==e_label\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//" <<component>> as e_alias
!define Component(e_alias, e_label, e_techn, e_descr) rectangle "==e_label\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//\n\n e_descr" <<component>> as e_alias
!define ComponentDb(e_alias, e_label, e_techn) database "==e_label\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//" <<component>> as e_alias
!define ComponentDb(e_alias, e_label, e_techn, e_descr) database "==e_label\n//<size:TECHN_FONT_SIZE>[e_techn]</size>//\n\n e_descr" <<component>> as e_alias
@enduml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lydia_wangze/C4-PlantUML.git
git@gitee.com:lydia_wangze/C4-PlantUML.git
lydia_wangze
C4-PlantUML
C4-PlantUML
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891