Ubuntu에서 Intellij에 PlantUML 설치

1101 단어 IntelliJplantuml

환경




OS
버전


우분투
20.04 LTS


플러그인



Intellij에서 Plugins Marketplace에서 PlantUML-integration 설치

공식



시퀀스 다이어그램, 액티비티 다이어그램 외에도 만들고 싶다면 Graphviz 설치



Graphviz 설치


apt install -y --no-install-recommends graphviz graphviz-dev

Intellij->OtherSettings->Graphviz dot executable에 "/usr/bin/dot" 설정





동작예(스테이트도)


@startuml

[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string

State1 -> State2
State2 --> [*]

@enduml

좋은 웹페이지 즐겨찾기