Search In This Website

Rabu, 17 September 2025

Hello World In PlantUML

  1. type this on a text editor:
    @startuml
    skinparam HeaderFontColor Black
    skinparam FooterFontColor Black

    header
    This is a header
    endheader

    title
    Hello World In PlantUML
    endtitle

    note right
    This is a note
    end note

    legend
    This is a legend
    endlegend

    caption figure 1 Hello World

    footer
    This is a footer
    endfooter
    @enduml
  2. Open your Command Prompt, to learn how to open Command Prompt click How To Launch Command Prompt
  3. Go to your PlantUML installation, click Check PlantUML Installation  to learn how to go to PlantUML installation folder.


  4. type
    java -Xms512m -Xmx1024m -jar plantuml.jar "D:\work\blogging\programming\UML\PlantUML\helloWorld.plantuml"
     in Command Prompt


  5. See the output, below



Tidak ada komentar:

Posting Komentar