added deployement diagram

This commit is contained in:
rlacroix 2022-11-16 10:55:36 +01:00
parent 5749115c92
commit 548e1a2130
2 changed files with 19 additions and 0 deletions

19
DD.uml Normal file
View file

@ -0,0 +1,19 @@
@startuml
node userAgent{
component DatabaseManager{
}
}
actor User
node IdDataBase{
component IdManager{
}
}
IdManager <-> DatabaseManager
DatabaseManager - User
@enduml

BIN
out/DD.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB