SuccessChanges

Summary

  1. tsk9 Adds resource for retrieving a story by its id (details)
Commit 131a557a51641b008ea30a41052868f60fb90a31 by mvaugusto
tsk9 Adds resource for retrieving a story by its id
Adds the API Rest for retrieving the story with given id with its tests
Adds a mapper for IllegalArgumentExceptions Adds the functionality to
the service for retrieving a story from database with its tests
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResource.java
The file was modifiedservice/src/test/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryServiceIntegrationTest.java
The file was modifiedservice/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java
The file was addedrest/src/main/java/es/uvigo/esei/dgss/teamc/microstories/rest/IllegalArgumentExceptionMapper.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceRestTest.java
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teamc/microstories/rest/StoryResourceUnitTest.java