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
Now, the POJO object without @RequestBody is binded to request body, but in SpringMVC, the properties of the POJO object without @RequestBody are binded to request parameters.
Is there any plan to change this same as SpringMVC ?