Created
January 21, 2015 20:44
-
-
Save drissamri/7427776dfe16cac7a77e to your computer and use it in GitHub Desktop.
Linkshortener GUI HomeController
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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