Represents the user credentials.
4243444546474849
* @return the view name */ @RequestMapping(method = RequestMethod.GET) public String loginForm(Model model) { model.addAttribute(new UserCredentials()); return "login"; }