Monday 20 November 2023

Annotating Component Diagrams with Descriptive Text in PlantUML

Using square brackets [], we can add description to a component.

componentDescription.txt

@startuml

component WebServer #PaleGreen [
WebServer receive the 
incoming request process it and 
send the response to client 
]
@enduml

Above snippet generate below diagram.



 

  

Previous                                                    Next                                                    Home

No comments:

Post a Comment