Skip to content

Instantly share code, notes, and snippets.

@dodangquan
Created September 10, 2016 02:02
Show Gist options
  • Save dodangquan/afa79910a41fbe7ab6f8e3fb4f330474 to your computer and use it in GitHub Desktop.
Save dodangquan/afa79910a41fbe7ab6f8e3fb4f330474 to your computer and use it in GitHub Desktop.
// @org.springframework.web.bind.annotation.RequestMapping
@Controller
@RequestMapping("/login")
public class LoginController {
@Autowired
private UserService userService;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment