Class MainController
- java.lang.Object
-
- de.digitalcollections.cudami.template.website.springboot.controller.MainController
-
@Controller public class MainController extends Object
-
-
Constructor Summary
Constructors Constructor Description MainController()
-
-
-
Method Detail
-
printWelcome
@GetMapping({"","/"}) public String printWelcome(org.springframework.ui.Model model)
-
-