<How to find RestController mapping that matches a...
# stackoverflow
u
How to find RestController mapping that matches a URI in spring? Given a input URI string how to find the RestController template that matches this? For example, given an input URI - /users/1 it should match to /users/{id}