-
Story
-
Resolution: Can't Do
-
Minor
-
None
-
DO378 - Early Access
-
None
-
ROLE
-
en-US (English)
URL: https://rol.redhat.com/rol-stage/app/courses/do378-1.3/pages/ch02s07
Reporter RHNID: ctiwary@redhat.com
Section: 7 - Lab: Implementing a Microservice with Quarkus
Language: en-US (English)||
Workaround:
Description: step 3 ( ch02s07 ) :
Change the SpeakerResource class, so that both the requests and responses are deserialized and serialized using MediaType.APPLICATION_JSON.
Annotate the SpeakerResource class with Produces and Consumes, both with MediaType.APPLICATION_JSON as parameter.
in which file do we have to edit this ?