From 26f790a8e748e66a4b73333ee6930cfecbfd28a9 Mon Sep 17 00:00:00 2001 From: KIRCHSTH Date: Sat, 12 Dec 2020 17:31:45 +0100 Subject: [PATCH] Improve "C4_Deployment Diagram Sample - bigbankplc.puml" with direction forced relations --- samples/C4_Deployment Diagram Sample - bigbankplc.puml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/C4_Deployment Diagram Sample - bigbankplc.puml b/samples/C4_Deployment Diagram Sample - bigbankplc.puml index 087200b..fa8a740 100644 --- a/samples/C4_Deployment Diagram Sample - bigbankplc.puml +++ b/samples/C4_Deployment Diagram Sample - bigbankplc.puml @@ -3,7 +3,7 @@ ' uncomment the following line and comment the first to use locally ' !include C4_Deployment.puml -'LAYOUT_AS_SKETCH +'LAYOUT_AS_SKETCH() LAYOUT_WITH_LEGEND() title Deployment Diagram for Internet Banking System - Live @@ -43,9 +43,9 @@ Deployment_Node(comp, "Customer's computer", "Mircosoft Windows of Apple macOS") Rel(mobile, api, "Makes API calls to", "json/HTTPS") Rel(spa, api, "Makes API calls to", "json/HTTPS") -Rel(web, spa, "Delivers to the customer's web browser") +Rel_U(web, spa, "Delivers to the customer's web browser") Rel(api, db, "Reads from and writes to", "JDBC") Rel(api, db2, "Reads from and writes to", "JDBC") -Rel(db, db2, "Replicates data to") +Rel_R(db, db2, "Replicates data to") @enduml \ No newline at end of file