SuccessChanges

Summary

  1. tsk60 Get a user through REST (details)
Commit b3b107c6705f86e7774ef8c3a92527ae17c602b1 by anrodriquez
tsk60 Get a user through REST
Adds the user resource to obtain the data of the same. This resource
makes use of a DTO to send and receive data. A mapper is included to
send answers of incorrect requests.
Adds the class ResourceIntegrationTestSuite to incorporate all the test
of this layer and sql file to eliminate the users after the execution of
the get tests.
The file was addedtests/src/main/resources/scripts/cleanup.sql (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/IllegalArgumentExceptionMapper.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/Deployments.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/UserResourceRestTest.java (diff)
The file was addedrest/src/test/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/ResourceIntegrationTestSuite.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/UserDTO.java (diff)
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamb/ligaaas/rest/UserResource.java (diff)