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