Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created August 13, 2012 12:37
Show Gist options
  • Select an option

  • Save mh-github/3340242 to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/3340242 to your computer and use it in GitHub Desktop.
@Controller
public class LoginLogoutController {
@RequestMapping(value = "/login", method = RequestMethod.GET)
public void login() {
}
........
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment