You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed there are two distinct annotations @PathVariable:
The well known org.springframework.web.bind.annotation.PathVariable
and the new org.springframework.messaging.handler.annotation.PathVariable.
This seems misleading to me, especially if one wants to mix standard @RequestMapping with @MessageMapping methods in the same controller.
Do we really need two annotations? They seem to have the same semantics.