Error resolving template [], template might not exist or might not be accessible by any of the conf
今天使用模版引擎thymeleaf编写了一个springboot项目
打包成jar后使用java -jar 包名.jar
启动之后 使用浏览器访问时候 出现了该问题
经过一番查找,发现了是路径的问题
controller中跳转到页面时我使用的路径如下
但在jar包运行下,就有问题了将/去掉后再打jar包就可以正常查看了
重定向还是要加上/的