Skip to content

Instantly share code, notes, and snippets.

@allenyllee
Created October 6, 2017 06:05
Show Gist options
  • Save allenyllee/73a4c86279c0d51acf45ce54d71d2a16 to your computer and use it in GitHub Desktop.
Save allenyllee/73a4c86279c0d51acf45ce54d71d2a16 to your computer and use it in GitHub Desktop.
sample of plantuml
@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