plantUML 安装

核能气质少年 提交于 2019-12-03 01:26:06

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


易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!