IDEA画图之plantUML总结~

作者: ArtisticYouth | 来源:发表于2018-01-18 21:07 被阅读46次

    想写的东西。

    1. IDEA插件之PlantUML画图;

    https://www.jianshu.com/p/a6bd7e3048ef

    http://blog.csdn.net/imduan/article/details/53857921

    (1)打开IDEA,File-->setting-->plugins-->搜索 plantUML Integration -->install后重启;

    (2)File--New---UML Sequence;

    有可能会报错>>>Problems found loading plugins:

    Plugin "JBoss Arquillian Support" was not loaded: required plugin "Maven Integration" is disabled.

    Plugin "Maven Integration Extension" was not loaded: required plugin "Maven Integration" is disabled.

    重新安装一遍插件

    1. 关键词来申明参与者;

    actor

    boundary

    control

    entity

    database

    不同的参与者类型,其图标也是不一样的。

    2. 箭头标识方向与虚实;

    --> <-- 表示虚线

    -> -< 表示实线

    超级简单

    IDEA画图之plantUML总结~ IDEA画图之plantUML总结~

    2. IDEA插件之数据库Mysql,也还不错,挺好使的~

    3. 关于工作效率,避免返工,避免逻辑不清,避免重复造车~需要画个时序图啊什么的早晨解决了昨晚的问题,如愿拉了4个人碰需求,叙述~

    怎么让自己更能容易的表达自己要表达的意思。

    怎么让别人尽快配合你进行沟通与协调!

    功能图~

    IDEA画图之plantUML总结~

    下班啦,开森~~~

    附俩个结合所有的图:

    流程图 时序图例子

    相关文章

      网友评论

        本文标题:IDEA画图之plantUML总结~

        本文链接:https://www.haomeiwen.com/subject/zshgoxtx.html