I am developing a rest webservice my @RequestMapping is like /{bookId}/list
How do I pass the book Id in the request I am trying //localhost:80003/123/list but its not working
What should I make sure so that I can pass dynamic values in request URL for a res service
Thanks