其他分享
首页 > 其他分享> > PlantUML 安装与使用(Mac/Idea)

PlantUML 安装与使用(Mac/Idea)

作者:互联网

1. 安装

  1. 确保本机可以使用 brew 指令
brew install graphviz

出现以上提示去 Homebrew官网:https://brew.sh/index_zh-cn 先安装macOS(或 Linux)缺失的软件包的管理器,若官网建议的安装方式无法安装仍然提示此提示语,可按照此链接 https://zhuanlan.zhihu.com/p/470873649 去更新源地址即可完成安装。

  1. 安装 plantUML
brew install plantuml

PlantUML官网https://plantuml.com/zh/download

2. Idea 中使用 PlantUML

  1. IDEA 安装插件

  1. 新建一个时序图试试

  1. 保存图片至本地

引用:

https://blog.csdn.net/u013215565/article/details/118735301

https://zhuanlan.zhihu.com/p/470873649

语法教程:https://plantuml.com/zh/guide

标签:PlantUML,zh,com,Idea,Mac,https,brew,官网,安装
来源: https://www.cnblogs.com/Andrew-Zhou/p/16614559.html