10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
@startuml
|
|
skinparam defaultTextAlignment center
|
|
skinparam rectangle {
|
|
BackgroundColor<<optional>> beige
|
|
BackgroundColor<<test>> lightGreen
|
|
BackgroundColor<<runtime>> lightBlue
|
|
BackgroundColor<<provided>> lightGray
|
|
}
|
|
rectangle "order-domain" as com_food_order_order_domain_pom
|
|
@enduml |