Class HomeController


  • @Controller
    public class HomeController
    extends Object
    A spring controller for the welcome page.
    Author:
    Daniel Bernstein
    • Method Detail

      • get

        @RequestMapping("/")
        public String get()