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

restapi og restserver er slått sammen

parent 3f0f3b9a
No related branches found
No related tags found
No related merge requests found
@startuml architecture @startuml
component core { component core {
package todolist.core package todolist.core
...@@ -30,21 +30,18 @@ fxui ..> javafx ...@@ -30,21 +30,18 @@ fxui ..> javafx
fxui ..> fxml fxui ..> fxml
fxui ..> fxutil fxui ..> fxutil
component restapi {
package todolist.restapi
}
todolist.restapi ..> todolist.core
component jaxrs { component jaxrs {
} }
restapi ..> jaxrs component rest {
package todolist.restapi
component restserver {
package todolist.restserver package todolist.restserver
} }
rest ..> jaxrs
todolist.restapi ..> todolist.core
todolist.restserver ..> todolist.core todolist.restserver ..> todolist.core
todolist.restserver ..> todolist.json todolist.restserver ..> todolist.json
todolist.restserver ..> todolist.restapi todolist.restserver ..> todolist.restapi
...@@ -55,8 +52,8 @@ component jersey { ...@@ -55,8 +52,8 @@ component jersey {
component grizzly2 { component grizzly2 {
} }
restserver ..> jersey rest ..> jersey
restserver ..> grizzly2 rest ..> grizzly2
component "springboot/restserver" as springboot.restserver { component "springboot/restserver" as springboot.restserver {
package todolist.springboot.restserver package todolist.springboot.restserver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment