stud-eng / stud-eng-api

0 stars 0 forks source link

stud-eng-apiのシーケンス図の作成 #1

Open Kantaro0829 opened 1 year ago

Kantaro0829 commented 1 year ago

PlantUMLを用いたシーケンス図の作成

インストール方法

graphvizインストール $ sudo apt-get install graphviz

PlantUML

### ダウンロード
$ wget 'https://downloads.sourceforge.net/project/plantuml/plantuml.jar?r=http%3A%2F%2Fplantuml.com%2Fstarting&ts=1538667739&use_mirror=jaist'

### リネーム
$ mv 'plantuml.jar?r=http%3A%2F%2Fplantuml.com%2Fstarting&ts=1538667739&use_mirror=jaist' plantuml.jar

作成の仕方
$ java -jar plantuml.jar -o <ディレクトリ指定> test.uml

コマンド使い方

HELP
$ java -jar plantuml.jar -help

Kantaro0829 commented 1 year ago

a