That's one way to do this, on Spring side
@PostMapping("api/user")
public Response theAction(@RequestBody List<User> users)on the javascript side,
That's one way to do this, on Spring side
@PostMapping("api/user")
public Response theAction(@RequestBody List<User> users)on the javascript side,