---
title: UML記法に対応しました
category: ReleaseNotes/2016/10/22
tags:
created_at: '2016-10-22T17:29:05+09:00'
updated_at: '2016-10-22T18:22:32+09:00'
published: true
number: 196
---

# 今回のリリース内容

[PlantUML](http://plantuml.com/)を使って簡単にUML図を描くことができるようになりました。アプリケーションの挙動を説明する際などに便利ですので、ぜひご活用下さい。

    ```uml
    Alice -> Bob: Authentication Request
    Bob --> Alice: Authentication Response
    
    Alice -> Bob: Another authentication Request
    Alice <-- Bob: another authentication Response
    ```

↓

```uml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
```

![plantuml-2.gif (59.3 kB)](https://img.esa.io/uploads/production/attachments/105/2016/10/22/1/6f1435a1-1730-4868-817d-e446ef4e2b71.gif)

記法について詳しくは[PlantUML](http://plantuml.com/)の各サンプル等をご参照下さい。

# 所感

今回はPlantUMLの描画用サーバーをJRubyで書きましたが、Java製のプロダクトとの連携がとても簡単で驚きました。また、Docker containerのベースにはAlpine Linuxを使うことでできるだけImage Sizeを小さくしてみました。

---
[ProTip] [Webhookでdocs.esa.ioの更新通知を受け取れるようになりました!](/posts/73) 

Enjoy "(\\( ⁰⊖⁰)/)"
https://esa.io

