79165552

Date: 2024-11-07 08:27:59
Score: 1.5
Natty:
Report link

Simply Use this:

@GetMapping("/home")
public String getHome() {
    return "redirect:/home.html";
}

Note: The home.html file should be in src/main/resources/static/

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muhammad Yousuf