Skip to content

Instantly share code, notes, and snippets.

@huanle0610
Created July 14, 2020 23:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huanle0610/da8067ba4c8d9aa21ca71741e9fa7631 to your computer and use it in GitHub Desktop.
Save huanle0610/da8067ba4c8d9aa21ca71741e9fa7631 to your computer and use it in GitHub Desktop.
image
# PlantUML Editor
1. select template
2. write uml diagram
@startuml
object "inbound message" as m1
object "XML Splitter" as s1
m1 : <img:https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png>
s1 : <img:SplitterIcon.gif>
m2 : <img:MessageIcon.gif>
m1 -u-> s1
s1 -u> m2
@enduml
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment