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:\mozq\chengxu\graphviz-2.38\bin\dot.exe
错误配置:E:\mozq\chengxu\graphviz-2.38\bin\
@startuml
testdot
@enduml



免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM