Files
clean-hexagonal-architectur…/order-service/order-domain/order-application-service/target/dependency-graph.puml
2022-07-08 23:39:48 +03:00

12 lines
482 B
Plaintext

@startuml
skinparam defaultTextAlignment center
skinparam rectangle {
BackgroundColor<<optional>> beige
BackgroundColor<<test>> lightGreen
BackgroundColor<<runtime>> lightBlue
BackgroundColor<<provided>> lightGray
}
rectangle "order-application-service" as com_food_order_order_application_service_jar
rectangle "order-core-domain" as com_food_order_order_core_domain_jar
com_food_order_order_application_service_jar -[#000000]-> com_food_order_order_core_domain_jar
@enduml