JAX-RS @Path URI Matching Example in Java
JAX-RS @Path URI Matching Example in Java The @Path annotation identifies the URI path template to which the resource responds, and is specified at the class level of a resource. The @Path annotation’s value is a partial URI path template relative to the base URI of the server on which the resource is deployed, the context root […]