provs/doc/boundedContexts.md

20 lines
233 B
Markdown
Raw Normal View History

2022-02-03 12:00:01 +00:00
```plantuml
@startuml
package "configuration" {
[TargetCommand]
}
package "desktop" {
[DesktopCommand]
}
package "server" {
[ServerCommand]
}
server ..> configuration
desktop ..> configuration
using ..> used
@enduml
```