Skip to content

Instantly share code, notes, and snippets.

@linhvovn
Created February 3, 2019 05:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linhvovn/438596a16cc4b6f185e7dae93d9e22e7 to your computer and use it in GitHub Desktop.
Save linhvovn/438596a16cc4b6f185e7dae93d9e22e7 to your computer and use it in GitHub Desktop.
@Controller
public class HomeController {
@RequestMapping("/")
public String welcome(Map<String, Object> model) {
return "index";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment