https://blog.csdn.net/Lin_xiaofeng/article/details/79122053
在pom.xml 添加以下依赖:
1 <dependency> 2 <groupId>net.sourceforge.nekohtml</groupId> 3 <artifactId>nekohtml</artifactId> 4 <version>1.9.22</version> 5 </dependency>
[SpringBoot]报错org.thymeleaf.exceptions.TemplateInputException: Error resolving template解决方案
原文:https://www.cnblogs.com/wang615/p/12499364.html