报错:
Exception processing template “index”: Error resolving template [index], template might not exist or might not be accessible by any of the configured Template Resolvers。
在登录的时候报错
org.springframework.boot spring-boot-starter-thymeleaf
@RequestMapping("/toLogin") public String toLogin(){ return "views/login"; }
解决办法:
在重新下载一下依赖,pom.xml右键点击Maven-Reload Project
如下图所示,成功加载依赖,重启项目。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)