http://plantuml.com

http://www.graphviz.org/


https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi

* Firstly in: ''c:\Program Files\Graphviz*\bin\dot.exe''
* Then in: ''c:\Program Files (x86)\Graphviz*\bin\dot.exe''


add PATH   (C:\Program Files (x86)\Graphviz2.38\bin)


demo.dot

digraph G {

A -> B [label="10"]

B -> A [label="20"];

}


dot -Tpng demo.dot -o demo_dot.png



plantuml.jar

vizjs.jar

j2v8_win32_x86_64-3.1.6.jar



https://www.youtube.com/watch?v=18_kVlQMavE  

https://www.youtube.com/watch?v=UI6lqHOVHic


PlantUML_Language_Reference_Guide.pdf

PlantUML_Language_Reference_Guide_KO.pdf

'Util' 카테고리의 다른 글

clock  (0) 2018.11.24

clock.zip



'Util' 카테고리의 다른 글

Plant UML  (0) 2018.11.24

+ Recent posts