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

第一步: 下载 plantuml.jar文件;

第二步:创建一个demo.txt文件(与plantuml.jar在同一目录),内容如下:

@startuml

Alice -> Bob : Authentication Request
Bob --> Alice: Authentication Response Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response @enduml

第三步:执行java命令生成UML图:

java -jar plantuml.jar  demo.txt

第四步:查看你的成果吧

PlantUML&mdash;&mdash;1.Hello-LMLPHP

 

整体来说,粗略的感觉上来说,很赞!

记得网上曾有评论说,plantuml是把你的思想图形化,期待后续。

05-21 13:11