PlantUML:配置図
配置図(deployment diagram)
PlantUML:deployment diagram
PlantUML
https://plantuml-proxy.vercel.app/svg/https://scrapbox.io/api/code/suto3/PlantUML:配置図/deployment.uml#.svg
code: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