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
In Endpoints view, @PutMapping is not recognized well. Currently @PutMapping is not marked as HTTP PUT, and he have to append an empty string to it, e.g. @PutMapping("").