今天尝试使用springboot框架来开发web应用程序,最简单的一个页面跳转就卡了半天,在网上找了也不得解,现将我遇到的问题详细描述一下,望大神解惑,万分感谢,话不多少,上图Error resolving template "login", template might not exist or might not be accessible by any of the这是Controller层的代码,左边是我的工程目录结构,application.properties配置如下图Error resolving template "login", template might not exist or might not be accessible by any of the,pom.xml配置文件中配置了resouce路径如下图Error resolving template "login", template might not exist or might not be accessible by any of the,网上搜了好多相关的问题,有的说配置了@RestController或者@ResponseBody,我这是@Controller没问题吧,该配置的我也配置了,但是一直无法跳转到login.jsp,请大神帮忙看看是什么问题,谢谢。

相关文章:

  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2022-03-07
  • 2021-11-28
  • 2022-12-23
猜你喜欢
  • 2021-10-27
  • 2021-07-19
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
相关资源
相似解决方案