一、idea安装plantUml插件

在idea中Preferences -> plugins ->  Browse repositories -> 搜索 plantUML -> 安装即可

二、通过 brew 安装 Graphviz

brew install Graphviz     安装此软件的原因是可以在画图的时候看到图的内容,不然只是一堆编码

brew list

IDEA安装PlantUML插件

看到 graphviz 则表示安装成功

三、在IDEA中画图

File -> new -> UML class 开始画图

IDEA安装PlantUML插件

PlantUML官网:http://plantuml.com/

相关文章:

  • 2022-01-13
  • 2021-10-16
  • 2021-09-08
  • 2021-12-20
  • 2021-07-28
  • 2022-12-23
猜你喜欢
  • 2021-06-14
  • 2022-01-14
  • 2021-09-09
  • 2021-05-09
  • 2021-10-25
  • 2021-12-09
相关资源
相似解决方案