You have defined spring.mvc.view.suffix = .jsp. So your controller should return home not home.jsp @Controller @RequestMapping("/home") ...
確定! 回上一頁