Skip to content
Snippets Groups Projects
Commit dacb86ae authored by Hallvard Trætteberg's avatar Hallvard Trætteberg
Browse files

Updated diagram since spring boot is removed

parent 59e827cb
Branches
Tags
No related merge requests found
......@@ -5,6 +5,7 @@ component core {
package todolist.json
}
todolist.core ..> todolist.json
component jackson {
}
......@@ -15,9 +16,10 @@ component fxutil {
component fxui {
package todolist.ui
package todolist.ui.util
}
todolist.ui ..> todolist.ui.util
todolist.ui ..> todolist.core
todolist.ui ..> todolist.json
......@@ -55,16 +57,4 @@ component grizzly2 {
rest ..> jersey
rest ..> grizzly2
component "springboot/restserver" as springboot.restserver {
package todolist.springboot.restserver
}
todolist.springboot.restserver ..> todolist.core
todolist.springboot.restserver ..> todolist.json
component "spring boot" as springboot {
}
springboot.restserver ..> springboot
@enduml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment