Simply Use this:
@GetMapping("/home") public String getHome() { return "redirect:/home.html"; }
Note: The home.html file should be in src/main/resources/static/