Loading atlas-commands/src/main/resources/application.properties +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ server.port=8097 server.servlet.context-path=/api spring.mvc.servlet.path=/atlas/commands microservice.view.path=/atlas/view spring.profiles.active=@spring.profiles.active@ info.microservice.name=@project.name@ Loading atlas-commands/src/test/resources/data/schemas/layerschema.json +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ }, "themeInspire": { "type": ["integer", "null"], "url": "/api/atlas/commands/themeinspire" "url": "/api/atlas/view/themeinspire" }, "latLonBoundsImage": { "$ref": "#/definitions/LatLonBoundingBoxDTO" Loading Loading @@ -48,7 +48,7 @@ }, "parent": { "type": "integer", "url": "/api/atlas/commands/category" "url": "/api/atlas/view/category" } }, "required": ["name", "protocols", "atlas", "refresh", "urlSource", "parent"], Loading Loading
atlas-commands/src/main/resources/application.properties +2 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,8 @@ server.port=8097 server.servlet.context-path=/api spring.mvc.servlet.path=/atlas/commands microservice.view.path=/atlas/view spring.profiles.active=@spring.profiles.active@ info.microservice.name=@project.name@ Loading
atlas-commands/src/test/resources/data/schemas/layerschema.json +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ }, "themeInspire": { "type": ["integer", "null"], "url": "/api/atlas/commands/themeinspire" "url": "/api/atlas/view/themeinspire" }, "latLonBoundsImage": { "$ref": "#/definitions/LatLonBoundingBoxDTO" Loading Loading @@ -48,7 +48,7 @@ }, "parent": { "type": "integer", "url": "/api/atlas/commands/category" "url": "/api/atlas/view/category" } }, "required": ["name", "protocols", "atlas", "refresh", "urlSource", "parent"], Loading