provs/doc/boundedContexts.md
2022-02-03 13:00:01 +01:00

20 lines
No EOL
233 B
Markdown

```plantuml
@startuml
package "configuration" {
[TargetCommand]
}
package "desktop" {
[DesktopCommand]
}
package "server" {
[ServerCommand]
}
server ..> configuration
desktop ..> configuration
using ..> used
@enduml
```