plantUML 安装

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:mozqchengxugraphviz-2.38indot.exe
错误配置:E:mozqchengxugraphviz-2.38in
@startuml
testdot
@enduml


原文地址:https://www.cnblogs.com/mozq/p/11769164.html