Skip to content

Instantly share code, notes, and snippets.

@NajeebArif
Created June 10, 2021 21:08
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 NajeebArif/add3348658853b6d9b91e7b8aa249b8b to your computer and use it in GitHub Desktop.
Save NajeebArif/add3348658853b6d9b91e7b8aa249b8b to your computer and use it in GitHub Desktop.
@Controller
@RequestMapping("/")
public class IndexController {
@GetMapping("/")
public String index(){
return "index";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment