springboot 整合themeleaf
template might not exist or might not be accessible by any of the configured Template Resolvers-CSDN博客
页面跳转只写文件名称即可,不要加后缀
@RequestMapping("/index")
public String index() {return "success";
}@RequestMapping("/403")
public String error() {return "403";
}