Ubuntu에서 Intellij에 PlantUML 설치
환경
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
Reference
이 문제에 관하여(Ubuntu에서 Intellij에 PlantUML 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/OmeletteCurry19/items/c7b50899cecf69b80ade
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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
Reference
이 문제에 관하여(Ubuntu에서 Intellij에 PlantUML 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/OmeletteCurry19/items/c7b50899cecf69b80ade
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
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
Reference
이 문제에 관하여(Ubuntu에서 Intellij에 PlantUML 설치), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/OmeletteCurry19/items/c7b50899cecf69b80ade텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)