how can I support several requests automaticly? Follow
Hi,
In my plugin I want to map my requests using RequestMapping annotation.
For example:
@RequestMapping("/A")
@RequestMapping("/B")
How can I do that? I tried some ways without results..
is there another way to support several requests automaticly (without URL, like in reqular REST)
thanks
Please sign in to leave a comment.