UbuntuにてIntellijへPlantUMLインストール
環境
OS | Version |
---|---|
Ubuntu | 20.04 LTS |
Plugin
Intellijにて、PluginsのMarketplaceからPlantUML-integrationをインストール
公式
シーケンス図、アクティビティ図以外も作りたい場合、Graphvizをインストール
Graphvizをインストール
apt install -y --no-install-recommends graphviz graphviz-dev
Intellij->OtherSettings->Graphviz dot executableに「/usr/bin/dot」を設定
apt install -y --no-install-recommends graphviz graphviz-dev
動作例(ステート図)
@startuml
[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string
State1 -> State2
State2 --> [*]
@enduml
Author And Source
この問題について(UbuntuにてIntellijへPlantUMLインストール), 我々は、より多くの情報をここで見つけました https://qiita.com/OmeletteCurry19/items/c7b50899cecf69b80ade著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .