@GetMapping("/{id}") public User findById(@PathVariable String id) { return userService.findByid(id); }