Skip to content

Instantly share code, notes, and snippets.

@linux-china
Created December 5, 2014 04:02
Show Gist options
  • Save linux-china/1d836ea37648056499bc to your computer and use it in GitHub Desktop.
Save linux-china/1d836ea37648056499bc to your computer and use it in GitHub Desktop.
DDD Maven Modules
@startuml
[client]
package "Domain" {
[core] <<Domain>>
[core-N] <<Domain>>
}
[admin] <<Web>>
[server] <<Web>>
[share]
[infrastructure]
[core] -down-> [infrastructure]
[core] -up-> [share]
[admin] --> [core]
[server] --> [core]
[client] --> [share]
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment