springboot+thymeleaf跳转页面An error happened during template parsing (template: “class path resource错误解

在用springboot+thymeleaf做登陆页面时,出现

An error happened during template parsing (template: "class path resource [templates//site/logiorg.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates//site/login.html]")

错误,网上查阅资料知道是视图层有错误,仔细排查
在这里插入图片描述

在这里插入图片描述
后来发现是这里
在这里插入图片描述
改正为
在这里插入图片描述
问题解决!

一定要细心啊!