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
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ component core { ...@@ -5,6 +5,7 @@ component core {
package todolist.json package todolist.json
} }
todolist.core ..> todolist.json
component jackson { component jackson {
} }
...@@ -15,9 +16,10 @@ component fxutil { ...@@ -15,9 +16,10 @@ component fxutil {
component fxui { component fxui {
package todolist.ui package todolist.ui
package todolist.ui.util
} }
todolist.ui ..> todolist.ui.util
todolist.ui ..> todolist.core todolist.ui ..> todolist.core
todolist.ui ..> todolist.json todolist.ui ..> todolist.json
...@@ -55,16 +57,4 @@ component grizzly2 { ...@@ -55,16 +57,4 @@ component grizzly2 {
rest ..> jersey rest ..> jersey
rest ..> grizzly2 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 @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