Commit
b3b107c6705f86e7774ef8c3a92527ae17c602b1
by anrodriqueztsk60 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.