Created
July 14, 2020 23:46
-
-
Save huanle0610/da8067ba4c8d9aa21ca71741e9fa7631 to your computer and use it in GitHub Desktop.
image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment