Created
October 6, 2017 06:05
-
-
Save allenyllee/73a4c86279c0d51acf45ce54d71d2a16 to your computer and use it in GitHub Desktop.
sample of plantuml
This file contains 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
@startuml | |
actor Foo1 | |
boundary Foo2 | |
control Foo3 | |
entity Foo4 | |
database Foo5 | |
collections Foo6 | |
Foo1 -> Foo2 : To boundary | |
Foo1 -> Foo3 : To control | |
Foo1 -> Foo4 : To entity | |
Foo1 -> Foo5 : To database | |
Foo1 -> Foo6 : To collections | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment