Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-2168

DO378-83: Command structure correction required.

XMLWordPrintable

    • 2
    • ROLE
    • en-US (English)

      URL: https://role.rhu.redhat.com/rol-rhu/app/courses/do378-1.11/pages/ch02s03
      Reporter RHNID: sdavies
      Section: implement-rest-lecture - Implementing a JSON Microservice with CDI and JAX-RS
      Language: en-US (English)||
      Workaround:

      Description: Description: Under heading "Using JAX-RS in Quarkus", in the ExampleResource example, method greet(@PathParam...). Method won't compile due to illegal quote structure. Use String concatenation: @GET @Path("/{name}") public String greet(@PathParam("name") String name) { return "Hello " + name + "!"; }

            mczernek@redhat.com Marek Czernek (Inactive)
            deepasin@redhat.com deepak singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: