Merge branch 'master' of gitlab.ewi.tudelft.nl:cse1105/2018-2019/oopp-group-43/template

SourceTree needed to merge this?
This commit is contained in:
Sem van der Hoeven
2019-03-19 14:52:19 +01:00
7 changed files with 5 additions and 628 deletions

View File

@@ -216,3 +216,4 @@
</AnchorPane>
</children>
</AnchorPane>

View File

@@ -1,11 +1,11 @@
package greenify.server.rest;
import greenify.common.UserDto;
import greenify.server.data.model.User;
import greenify.server.data.repository.UserRepository;
import greenify.server.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.*;
//class that controls the user with regards to the server and sending data between them
//this class kind of 'redirects' the requests from the client to the server

View File

@@ -10,3 +10,4 @@ public class ApplicationTest {
@Test
public void contextLoads() throws Exception{ }
}