Skip to content

Instantly share code, notes, and snippets.

@drissamri
Created January 21, 2015 20:44
Show Gist options
  • Save drissamri/7427776dfe16cac7a77e to your computer and use it in GitHub Desktop.
Save drissamri/7427776dfe16cac7a77e to your computer and use it in GitHub Desktop.
Linkshortener GUI HomeController
@Controller
public class HomeController {
@RequestMapping("/")
public String index() {
return "index";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment