Closed hauner closed 3 years ago
mapping a request query parameter of type string:uuid to the java UUID class generates an endpoint method without a @RequestParam annotation on the parameter.
string:uuid
UUID
@RequestParam
mapping a request query parameter of type
string:uuid
to the javaUUID
class generates an endpoint method without a@RequestParam
annotation on the parameter.