学习自:Error resolving template [], template might not exist or might not be accessible by any of the conf - 孤依寒 - 博客园
原因
未知
解决方法
把controller类中return的网页最前的斜杠'/'删除,像下边这样,修改前是return "/index",修改后是return "index"
修改前
修改后
但是重定向还是要加上斜杠/:
标签:return,Springboot,修改,exist,斜杠,might,template
来源: https://www.cnblogs.com/ShineLeBlog/p/16445460.html