generated at
配置図
システムの物理的な構成を示す。
ハードウェアにどうソフトウェアを配置するかという観点からシステムを表現したものが配置図である。

deployment.uml
@startuml node “Client Terminal” as API{ [Admin Portal Interface] } node “Web Server” as WS { [{web server = apache}] } node “Application Server” as AS { rectangle Database as DB component [Inventory Application] as IA IA -down- DB } API -- WS : TCP/IP API -- AS : TCP/IP @enduml