Class MainController


  • @Controller
    @RequestMapping({"","/"})
    public class MainController
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MainController()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String printWelcome​(org.springframework.ui.Model model)  
      • Methods inherited from class java.lang.Object

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

      • MainController

        public MainController()
    • Method Detail

      • printWelcome

        @RequestMapping(method=GET)
        public java.lang.String printWelcome​(org.springframework.ui.Model model)