Skip to content

Commit

Permalink
Create structurizr-SystemContext.puml
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored May 26, 2021
1 parent 78696bf commit f9baf9b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions file/structurizr-SystemContext.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@startuml
title Software System - System Context

skinparam {
shadowing false
arrowFontSize 10
defaultTextAlignment center
wrapWidth 200
maxMessageSize 100
PackageBorderColor<<group>> #cccccc
PackageFontColor<<group>> #cccccc
}
hide stereotype
top to bottom direction

skinparam rectangle<<2>> {
BackgroundColor #1168bd
FontColor #ffffff
BorderColor #0b4884
}
skinparam person<<1>> {
BackgroundColor #08427b
FontColor #ffffff
BorderColor #052e56
}

person "==User\n<size:10>[Person]</size>\n\nA user of my software system." <<1>> as 1
rectangle "==Software System\n<size:10>[Software System]</size>\n\nMy software system." <<2>> as 2

1 .[#707070,thickness=2].> 2 : "Uses"
@enduml

0 comments on commit f9baf9b

Please sign in to comment.