I have a SpringBoot ap. with this method in the controller:
@GetMapping(value = "/") public String home(Model model, HttpServletRequest request) {