plantUML 安裝
資源
http://www.graphviz.org/
https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.zip
步驟
idea中安裝plantUML插件
安裝graphviz(如果不安裝的話只能使用序列圖)
GRAPHVIZ 下載
https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.zip
配置環境變量GRAPHVIZ_DOT
# 注意環境變量必須配置為GRAPHVIZ_DOT,目標必須是dot.exe,不能是其所在文件夾。
GRAPHVIZ_DOT = E:\mozq\chengxu\graphviz-2.38\bin\dot.exe
錯誤配置:E:\mozq\chengxu\graphviz-2.38\bin\
@startuml
testdot
@enduml