横空出世,比 Visio 快 10 倍的画图工具来了
逆锋起笔
共 1100字,需浏览 3分钟
·
2021-10-13 16:34
PlantUml是什么
PlantUML的优点
完全文本方式编辑,无需控件拖拽,自动调节图元距离,简单美观 与开发平台完全无关,不受平台限制,只要有PlantUML jar包就能生成UML图 支持多种文本编辑器、ide的集成,例如idea、eclipse、notepad++等
idea安装 PlantUML插件
电脑安装graphviz
https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi
%GRAPHVIZ_HOME%\bin
, 多个配置之间要用 “;” 隔开 配置GRAPHVIZ_DOT, 变量值为 %GRAPHVIZ_HOME%\bin\dot.exe
横空出世,比Visio快10倍的画图工具来了。
idea 配置graphviz
使用plantUML画流程图
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
@enduml
其他
点赞是最大的支持
评论