Class HomeController


  • @Controller
    public class HomeController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HomeController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String index()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HomeController

        public HomeController()
    • Method Detail

      • index

        @RequestMapping("/")
        public java.lang.String index()