Пример #1
0
 @ModelAttribute("user")
 public User getAccount(@PathVariable("id") Long id) {
   return accountManager.getUser(id);
 }