I have a SpringBoot app with this mappging:
@GetMapping(value = { "/", }) public String home(Model model) { }
and localhot:
localhot: